@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

body {
  background: #fbfbfb;
  padding: 0;
  font-family: Roboto, Helvetica;
  font-weight: 400;
  color: #313131;
  font-size: 16px;
  position: relative;
  display: flex;
  flex-direction: column; }

body:after, body:before {
  display: block;
  content: '';
  clear: both; }

html, body {
  min-height: 100vh;
  margin: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, button {
  font-family: Roboto, Helvetica; }

ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

.pac-container .pac-item {
  border: solid #ececec;
  border-width: 0px 1px 1px 1px; }

.smoke-alert .dialog-inner {
  min-height: 250px;
  font-family: Roboto, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 19px; }

.smoke-alert .dialog-buttons {
  margin-top: 20px; }

.smoke-alert .dialog-buttons button {
  padding: 13px 26px;
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  background: #444; }

.btn:hover {
  color: #fff; }

.btn:focus {
  color: #fff; }

.btn.btn--disabled {
  background-color: #142725; }

.ios-scroll {
  position: relative; }

.header {
  position: relative;
  z-index: 2;
  display: block;
  padding: 5px 0 10px 0;
  width: 100%;
  background: #fbfbfb; }
  .header__show {
    color: #06cdb8;
    padding: 0 10px;
    margin-top: -5px;
    line-height: 1;
    outline: none;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    font-size: 24px; }
  .header__close {
    color: #06cdb8;
    padding: 0 10px;
    margin-top: -5px;
    line-height: 1;
    outline: none;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    font-size: 24px; }
  .header__left {
    flex-shrink: 0;
    margin-right: auto; }
  .header__right {
    text-align: right;
    margin-left: auto;
    margin-top: 20px; }
  .header__logo {
    display: block;
    width: 210px;
    margin-top: -8px; }
  .header__logo-img {
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 40px;
    font-family: Constantia;
    color: #313131;
    font-variant: small-caps;
    text-align: center;
    line-height: 1; }
  .header__logo-text {
    color: #313131;
    font-size: 14px;
    text-align: center;
    opacity: 0.6;
    font-family: Constantia;
    padding-top: 10px; }
  .header__login {
    display: none; }
  .header .wrapper {
    display: flex;
    align-items: center; }

@media (max-width: 1024px) {
  .header {
    padding: 20px 0; }
    .header__right {
      display: flex;
      align-items: center; }
    .header__login {
      display: block;
      margin-right: 15px;
      color: #313131;
      margin-bottom: 3px; }
      .header__login a {
        font-size: 14px;
        color: #313131; }
        .header__login a:hover {
          color: #06cdb8; } }

@media (max-width: 768px) {
  .header__logo {
    width: 170px; }
  .header__logo-img {
    font-size: 32px; }
  .header__logo-text {
    font-size: 10px; }
  .header__login a {
    font-size: 12px; } }

@media (max-width: 600px) {
  .header {
    padding: 20px 0; }
    .header .wrapper {
      flex-direction: column; }
    .header__logo {
      width: 210px; }
    .header__logo-img {
      font-size: 40px; }
    .header__logo-text {
      font-size: 14px; }
    .header__left {
      margin-right: 0;
      margin-bottom: 10px; }
    .header__right {
      margin-left: 0;
      width: 100%;
      justify-content: center;
      flex-direction: column; }
    .header__login {
      margin-right: 0; }
      .header__login a {
        font-size: 14px; } }

.header-contacts {
  margin-top: 14px; }
  .header-contacts__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0; }
    .header-contacts__phone:before {
      display: inline-block;
      content: '';
      width: 17px;
      height: 16px;
      background: url("../../assets/images/header/phone.png");
      background-size: 100% 100%;
      margin-right: 10px; }
    .header-contacts__phone a {
      color: #2b2a2a;
      font-size: 18px; }
      .header-contacts__phone a:hover {
        color: #01ccd3; }
  .header-contacts__email {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-contacts__email:before {
      display: inline-block;
      content: '';
      width: 17px;
      height: 16px;
      background: url("../../assets/images/header/email.svg");
      background-size: 100% 100%;
      margin-right: 10px; }
    .header-contacts__email a {
      color: #2b2a2a;
      font-size: 16px; }
      .header-contacts__email a:hover {
        color: #01ccd3; }

@media (max-width: 768px) {
  .header-contacts__phone a {
    font-size: 14px; }
  .header-contacts__email a {
    font-size: 14px; } }

@media (max-width: 600px) {
  .header-contacts__phone a {
    font-size: 18px; }
  .header-contacts__email a {
    font-size: 18px; } }

.header-top-menu {
  line-height: 1;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-top: 5px; }
  .header-top-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex; }
  .header-top-menu li {
    list-style: none;
    margin-left: 50px;
    padding: 0 5px; }
    .header-top-menu li:first-child {
      margin-left: 0; }
  .header-top-menu a {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #313131; }
    .header-top-menu a:hover {
      color: #01ccd3;
      text-shadow: -0.04ex 0 #01ccd3, 0.04ex 0 #01ccd3; }

@media (max-width: 1100px) {
  .header-top-menu {
    display: none; } }

.header-main-menu {
  border-top: 1px solid #d8d8d8; }
  .header-main-menu__items {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 10px 0;
    justify-content: flex-end; }
  .header-main-menu__item {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px; }
    .header-main-menu__item a {
      display: block;
      color: #313131;
      font-size: 13px; }
      .header-main-menu__item a:hover {
        color: #01ccd3; }
    .header-main-menu__item:hover .header-main-menu__dropdown {
      display: block; }
    .header-main-menu__item--parent:after {
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      background: url("../../assets/images/header/arrow.svg") center center no-repeat;
      background-size: 100% 100%;
      margin-left: 10px;
      transform: rotate(90deg);
      filter: invert(9%) sepia(0%) saturate(985%) hue-rotate(203deg) brightness(82%) contrast(72%); }
    .header-main-menu__item--parent:hover:after {
      transform: rotate(-90deg);
      filter: invert(52%) sepia(67%) saturate(1832%) hue-rotate(142deg) brightness(104%) contrast(99%); }
  .header-main-menu__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    min-width: 100%;
    width: auto;
    text-align: left; }
  .header-main-menu__subitems {
    padding: 10px 15px;
    background: #fff; }
  .header-main-menu__subitem {
    margin-bottom: 10px; }
    .header-main-menu__subitem a {
      display: block;
      font-size: 13px;
      white-space: nowrap; }
    .header-main-menu__subitem:last-child {
      margin-bottom: 0; }

@media (max-width: 1100px) {
  .header-main-menu {
    display: none; } }

.header-mobile-menu {
  display: flex; }
  .header-mobile-menu__menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: blue;
    z-index: 10;
    max-height: none;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .header-mobile-menu__menu.active {
      display: flex !important; }
    .header-mobile-menu__menu.nav {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin: 0 !important; }
    .header-mobile-menu__menu .button {
      position: absolute;
      right: 20px;
      top: 55px;
      color: #000;
      background: none; }
  .header-mobile-menu__list {
    list-style: none; }
    .header-mobile-menu__list li {
      display: flex;
      align-items: center;
      text-align: center;
      margin-bottom: 10px;
      font-size: 18px; }
      .header-mobile-menu__list li:last-child {
        margin-bottom: 0; }
    .header-mobile-menu__list a {
      color: #000; }
    .header-mobile-menu__list i {
      display: block;
      width: 15px;
      height: 15px;
      margin-left: 10px;
      background: url("../../assets/images/header/arrow.svg") center center no-repeat;
      background-size: 100% 100%; }

.navbar-header {
  display: none; }
  .navbar-header .button {
    background: none; }

@media (max-width: 1100px) {
  .navbar-header {
    display: flex;
    align-items: center;
    margin-left: auto; }
    .navbar-header .button {
      margin-top: 0; } }

@media (max-width: 600px) {
  .header-mobile-menu {
    margin-left: auto; } }

.top {
  background: #373d41; }
  .top .wrapper {
    display: flex;
    align-items: center;
    position: relative; }
  .top__search {
    flex-shrink: 0;
    margin-left: 20px;
    padding: 10px 0;
    position: relative; }
    .top__search label {
      margin-bottom: 0;
      display: block;
      width: 100%; }
    .top__search input {
      height: 35px;
      padding: 7px 10px;
      border: none;
      width: 100%;
      border-radius: 5px; }
    .top__search img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 5px; }

@media (max-width: 768px) {
  .top {
    padding: 15px 0; }
    .top .wrapper {
      flex-direction: column; }
    .top__search {
      width: 100%;
      margin-left: 0; }
      .top__search input {
        flex-grow: 1; } }

.top-breadcrumbs {
  color: #fff;
  margin-right: auto; }
  .top-breadcrumbs a {
    color: #fff;
    font-size: 14px; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 100; }
  .popup__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
  .popup__container {
    position: relative;
    max-height: 95vh;
    max-width: 95vw;
    background: #fff; }
  .popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    border: none;
    background: url("../../assets/images/popup/close.svg") center center transparent;
    background-size: 100% 100%; }

.auth {
  padding: 50px 0; }
  .auth__tabs {
    display: flex;
    align-items: center; }

.auth-form {
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .auth-form__header {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    background: #1f2529;
    color: #fff;
    padding: 15px 15px; }
  .auth-form__forgot {
    text-align: center;
    margin-top: 15px; }
    .auth-form__forgot a {
      color: #000; }
  .auth-form .form__submit button {
    line-height: 1.5; }
  .auth-form .form__captcha > div {
    margin: 0 auto; }

.auth-panels {
  margin-top: 10px; }

.auth-panel {
  padding: 15px;
  max-width: 410px;
  margin: 0 auto; }

.auth-tabs {
  display: flex;
  align-items: center; }

.auth-tab {
  background: none;
  border: none;
  width: 35%;
  text-align: center;
  font-size: 20px;
  padding: 10px 10px;
  background: #999;
  color: #fff;
  cursor: pointer; }
  .auth-tab.active {
    width: 65%;
    color: #313131;
    background: #fff; }

.form__separator-title {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 25px; }

.form__input {
  display: flex;
  align-items: center; }
  .form__input input, .form__input textarea {
    border: 1px solid #ececec;
    padding: 10px;
    color: #313131;
    font-weight: 400;
    width: 100%;
    font-size: 14px;
    border-radius: 5px; }
  .form__input input {
    height: 50px;
    line-height: 50px; }
  .form__input span {
    margin-left: 5px;
    flex-shrink: 0;
    white-space: nowrap; }

.form__label {
  font-weight: 400;
  font-size: 14px;
  color: #313131;
  margin-bottom: 10px; }
  .form__label label {
    font-weight: 400;
    margin: 0; }
  .form__label span {
    color: #ff0000; }

.form__hint {
  font-size: 12px;
  color: #8f8f8f;
  line-height: 15px;
  margin-bottom: 20px; }

.form__video {
  height: 300px;
  margin-top: 20px;
  background: #e8e8e8;
  position: relative; }
  .form__video:before {
    display: block;
    content: '';
    background: url("../../assets/images/new-estate/no-video.png");
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 77px;
    height: 67px; }
  .form__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none; }
  .form__video.active:before {
    background-image: url("../../assets/images/new-estate/loader.svg");
    height: 180px;
    width: 180px; }
  .form__video.active iframe {
    display: block; }

.form__messages {
  display: none;
  margin-bottom: 30px; }

.form__message {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333; }
  .form__message.active {
    display: block; }
  .form__message:last-child {
    margin-bottom: 0; }
  .form__message--success {
    color: #fff;
    padding: 10px;
    background: #06cdb8;
    margin-bottom: 0; }

.form__errors {
  display: none;
  margin-bottom: 30px;
  border: 1px solid red;
  padding: 10px;
  line-height: 1.6; }

.form__error {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000; }
  .form__error:after {
    content: ' *';
    color: #f00; }
  .form__error.active {
    display: block; }
  .form__error:last-child {
    margin-bottom: 0; }

.form__line {
  margin-bottom: 30px; }
  .form__line--map {
    margin-bottom: 0; }
    .form__line--map .form__map {
      margin-top: 10px;
      z-index: 10; }
    .form__line--map .form__input {
      position: relative;
      z-index: 11; }
      .form__line--map .form__input .autoComplete_wrapper > ul > li {
        white-space: normal; }
      .form__line--map .form__input .autoComplete_wrapper > input {
        border: 1px solid #ececec;
        border-radius: 5px;
        color: #313131;
        background-image: url("../../assets/images/form/search.png"); }
        .form__line--map .form__input .autoComplete_wrapper > input::placeholder {
          color: #999; }

.form [data-field].error .form__label {
  color: #f25656; }

.form__captcha {
  margin-bottom: 10px; }

.form__select .selectize-input {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background: none !important;
  border: 1px solid #ececec !important;
  box-shadow: none !important;
  color: #999;
  border-radius: 5px; }
  .form__select .selectize-input > .item {
    white-space: nowrap; }
  .form__select .selectize-input > input {
    display: none !important; }
  .form__select .selectize-input.input-active {
    cursor: pointer !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.form__select .selectize-dropdown {
  border: #b8b8b8; }
  .form__select .selectize-dropdown .option {
    cursor: pointer; }

.form__map {
  width: 100%;
  height: 200px; }

.form__submit {
  margin-top: 60px;
  text-align: center; }
  .form__submit .btn {
    width: auto;
    color: #fff;
    padding: 10px 40px;
    height: auto;
    font-size: 20px; }
    .form__submit .btn:hover {
      color: #fff; }

.form.wait .form__submit .btn {
  position: relative;
  padding-right: 60px; }
  .form.wait .form__submit .btn:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background: url("../../assets/images/form/loader.svg");
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px; }

.form-media {
  display: flex;
  justify-content: space-between; }
  .form-media__photos {
    width: 58.5%; }
  .form-media__video {
    width: 34.5%; }

.form-photos__items-wrapper {
  padding: 10px;
  border: 1px solid #d0d0d0;
  height: 405px; }

.form-photos__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  max-height: 100%; }

.form-photos__item {
  position: relative;
  margin: 0 10px 20px;
  width: 95px;
  height: 95px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s box-shadow; }
  .form-photos__item:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .form-photos__item img {
    width: 100%;
    height: 100%; }
  .form-photos__item input[type=file] {
    display: none; }
  .form-photos__item:hover {
    transition: 0.5s box-shadow;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .form-photos__item:active {
    transition: 0.5s box-shadow;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  .form-photos__item--add {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f1f1f1;
    font-size: 10px;
    color: #989898;
    text-align: center;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer; }
    .form-photos__item--add:before {
      display: block;
      position: static;
      content: '';
      width: 20px;
      height: 20px;
      background: url("../../assets/images/new-estate/add-img.png") center center no-repeat;
      background-size: 100% 100%;
      margin-bottom: 13px; }

.form-photos__delete {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  padding: 0; }
  .form-photos__delete:before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("../../assets/images/new-estate/cancel.svg");
    background-size: 100% 100%; }

.form-photo__photo {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .form-photo__photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.form-photo__upload {
  background: #d0d0d0;
  text-align: center; }
  .form-photo__upload input {
    display: none; }

.form-repeater {
  margin-bottom: 30px; }
  .form-repeater .form__input {
    flex-grow: 1; }
  .form-repeater__item {
    display: flex;
    margin-bottom: 5px;
    position: relative;
    z-index: 1; }
    .form-repeater__item--copy {
      display: none; }
    .form-repeater__item--type-active {
      z-index: 2; }
  .form-repeater__handle {
    display: block;
    background: #d0d0d0;
    width: 30px;
    flex-shrink: 0;
    border: none;
    position: relative; }
    .form-repeater__handle:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      background: url("../../assets/images/repeater/move.svg") center center;
      background-size: 100% 100%; }
  .form-repeater__remove {
    display: block;
    height: 50px;
    padding: 0 20px;
    border: none;
    background: #06cdb8;
    color: #fff;
    margin-left: auto;
    min-width: 50px; }
    .form-repeater__remove:hover {
      opacity: 0.8; }
    .form-repeater__remove:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .form-repeater__add {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border: none;
    background: #06cdb8;
    color: #fff;
    margin-top: 5px; }
    .form-repeater__add:hover {
      opacity: 0.8; }
    .form-repeater__add:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.form-type {
  position: relative; }
  .form-type__front {
    position: relative;
    width: 50px;
    height: 100%;
    border: none;
    background: #fff;
    border: 1px solid #ececec; }
    .form-type__front img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 70%;
      max-height: 70%; }
  .form-type__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: solid #ececec;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .form-type__choice {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border: none;
    background: #fff;
    border-bottom: 1px solid #ececec; }
    .form-type__choice img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 70%;
      max-height: 70%; }

.form-choice {
  margin-bottom: 30px; }
  .form-choice__items {
    display: flex; }
  .form-choice__item {
    flex-grow: 1;
    background: #06cdb8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0;
    border: 1px solid #06cdb8;
    border-right: none;
    width: 100%; }
    .form-choice__item:hover {
      opacity: 0.8; }
    .form-choice__item:last-child {
      border-right: 1px solid #06cdb8; }
  .form-choice input {
    display: none; }
  input:checked + .form-choice__item {
    background: none;
    color: #06cdb8; }

.form-multichecker {
  position: relative; }
  .form-multichecker__select {
    width: 100%;
    text-align: left;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    background: none;
    border: 1px solid #ececec;
    box-shadow: none;
    color: #999;
    border-radius: 5px;
    position: relative;
    cursor: pointer; }
    .form-multichecker__select:after {
      position: absolute;
      display: block;
      content: '';
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border: solid;
      border-width: 5px 5px 0 5px;
      border-color: #777 transparent transparent transparent; }
  .form-multichecker__items {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .form-multichecker__item label {
    display: block;
    margin-bottom: 0;
    font-weight: 400; }
    .form-multichecker__item label:hover {
      background: #f5fafd; }
    .form-multichecker__item label input {
      display: none; }
    .form-multichecker__item label span {
      display: block;
      position: relative;
      padding: 5px 0 5px 30px;
      cursor: pointer; }
    .form-multichecker__item label input:checked + span:after {
      position: absolute;
      display: block;
      content: '';
      left: 9px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background: url("../../assets/images/form/tick.svg") center center no-repeat;
      background-size: 100%; }
  .form-multichecker.active .form-multichecker__select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .form-multichecker.active .form-multichecker__select:after {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #777 transparent; }
  .form-multichecker.active .form-multichecker__items {
    display: block; }

.form-file {
  margin-top: 10px; }
  .form-file__file {
    margin-bottom: 10px; }
  .form-file__label {
    display: inline-block;
    padding: 10px 15px;
    background: #d0d0d0; }
    .form-file__label input {
      display: none; }

.director .popup__container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 580px;
  border-radius: 5px; }

.director .form__messages {
  margin-bottom: 0;
  padding-top: 20px; }

.director .form__message {
  background: #06cdb8;
  font-size: 20px;
  padding: 10px 24px;
  margin-bottom: 10px;
  color: #fff; }
  .director .form__message:last-child {
    margin-bottom: 0; }

.director .form__errors {
  margin-bottom: 0;
  padding-top: 20px; }

.director .form__error {
  background: #e05c5c;
  padding: 8px 24px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff; }
  .director .form__error:after {
    display: none; }
  .director .form__error:last-child {
    margin-bottom: 0; }

.director .form__line {
  margin-bottom: 20px; }

.director .form__label {
  font-size: 14px;
  color: #696969; }

.director .form__input input {
  height: 40px;
  line-height: 40px;
  padding: 7px 10px;
  font-size: 14px; }

.director .form__submit {
  grid-column: span 2;
  padding: 0 24px;
  margin-top: 20px; }
  .director .form__submit .btn {
    background: #06cdb8;
    font-weight: 700;
    font-family: Roboto, Arial, sans-serif;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 33px; }

.director .form.wait .director__submit .btn {
  padding-right: 50px; }

.director .form-choice {
  margin-bottom: 20px; }
  .director .form-choice__items {
    border: 1px solid #06cdb8;
    border-radius: 5px;
    overflow: hidden; }
  .director .form-choice__item {
    padding: 15.5px 10px;
    border: none;
    background: none;
    color: #111213;
    white-space: nowrap; }
  .director .form-choice input:checked + .form-choice__item {
    background: #06cdb8;
    color: #fff; }

.director .form-repeater {
  margin-bottom: 20px; }
  .director .form-repeater__remove {
    background: #06cdb8;
    font-size: 20px; }
  .director .form-repeater__add {
    display: inline-flex;
    background: none;
    color: #06cdb8;
    font-size: 16px;
    padding: 0;
    align-items: center;
    cursor: pointer;
    height: auto;
    width: auto;
    margin-top: 15px; }
    .director .form-repeater__add:before {
      display: block;
      content: '+';
      width: 14px;
      height: 14px;
      font-size: 14px;
      background: #06cdb8;
      color: #fff;
      border-radius: 100%;
      margin-right: 10px; }

.director__form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.director__title {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid #06cdb8; }
  .director__title span {
    font-size: 20px;
    color: #111213;
    font-weight: 700; }
  .director__title button {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url("../../assets/images/account/close.png");
    background-size: 100%;
    border: none;
    margin-left: auto; }
    .director__title button:hover {
      background-image: url("../../assets/images/account/close-active.png"); }

.director__close {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0; }

.director__content {
  padding: 0 30px 0 30px; }

.director__fields {
  padding: 25px 0 30px 0;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: auto;
  margin: 0 -24px; }

.director__block {
  padding: 0 24px 0px 24px;
  grid-column: span 2; }
  .director__block--half {
    grid-column: span 1; }

@media (max-width: 992px) {
  .director .form__submit {
    grid-column: span 1; }
  .director__fields {
    grid-template-columns: 100%; }
  .director__block {
    grid-column: span 1; } }

@media (max-width: 768px) {
  .director .form-choice__items {
    flex-direction: column; }
  .director__title {
    padding: 20px 35px; }
    .director__title span {
      font-size: 20px; }
  .director__content {
    padding: 0 24px; }
  .director__fields {
    padding: 20px 0; } }

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1f2529;
  padding: 45px 0 30px 0; }
  .footer .wrapper {
    display: grid;
    grid-template-areas: 'left left left menu menu menu director director director right right right';
    grid-template-columns: repeat(12, 8.3333%);
    grid-auto-rows: auto; }
  .footer__creditials {
    font-size: 18px;
    color: #fff;
    margin-top: 70px; }
  .footer__creditials--mobile {
    display: none; }
  .footer__left {
    grid-area: left; }
  .footer__logo {
    display: block;
    max-width: 220px; }
  .footer__logo-img {
    position: relative;
    padding-bottom: 15px;
    font-size: 40px;
    font-family: Constantia;
    color: #fff;
    font-variant: small-caps;
    text-align: center;
    line-height: 1; }
    .footer__logo-img:before {
      display: block;
      content: '';
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      border-bottom: 1px solid #d0d0d0; }
  .footer__logo-text {
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center; }

@media (max-width: 900px) {
  .footer .wrapper {
    grid-template-areas: 'left       left       left       left       menu       menu       right      right      right      right      right      right' 'director   director   director   director   menu       menu       right      right      right      right      right      right' 'director   director   director   director   menu       menu       right      right      right      right      right      right' 'creditials creditials creditials creditials creditials creditials creditials creditials creditials creditials creditials creditials'; }
  .footer__creditials {
    display: none; }
    .footer__creditials--mobile {
      display: block;
      grid-area: creditials;
      margin-top: 50px; } }

@media (max-width: 650px) {
  .footer .wrapper {
    grid-template-areas: 'left' 'menu' 'right' 'director' 'creditials';
    grid-template-columns: 1fr; }
  .footer__left {
    margin: 0 auto; }
  .footer__creditials {
    margin: 50px auto 0 auto; } }

.footer-menu {
  padding-top: 10px;
  grid-area: menu;
  padding-left: 50px; }
  .footer-menu ul {
    list-style: none; }
  .footer-menu li {
    margin-bottom: 30px; }
    .footer-menu li:last-child {
      margin-bottom: 0; }
  .footer-menu a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }
    .footer-menu a:hover {
      color: #999; }

@media (max-width: 1200px) {
  .footer-menu {
    padding-right: 20px; } }

@media (max-width: 1100px) {
  .footer-menu ul {
    margin-left: 0;
    padding-right: 0; } }

@media (max-width: 650px) {
  .footer-menu {
    margin: 50px auto 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center; } }

.footer-director {
  grid-area: director;
  padding-left: 60px; }
  .footer-director__button {
    background: url("../../assets/images/footer/complaint.png");
    background-size: 100% 100%;
    width: 170px;
    height: 137px;
    cursor: pointer;
    border: none; }

@media (max-width: 1200px) {
  .footer-director {
    padding-left: 0; } }

@media (max-width: 900px) {
  .footer-director {
    margin-top: 40px; } }

@media (max-width: 650px) {
  .footer-director {
    margin: 50px auto 0 auto; } }

.footer-right {
  grid-area: right;
  padding-left: 95px; }
  .footer-right__phone {
    display: flex;
    align-items: center;
    padding: 0 5px 20px 5px;
    border-bottom: 1px solid #d0d0d0; }
    .footer-right__phone:before {
      display: block;
      content: '';
      width: 21px;
      height: 20px;
      background: url("../../assets/images/footer/phone.png");
      background-size: 100% 100%;
      flex-shrink: 0; }
    .footer-right__phone a {
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 24px;
      margin-left: 10px; }
      .footer-right__phone a:hover {
        color: #999; }
  .footer-right__socials {
    padding-top: 20px;
    padding-left: 10px; }
  .footer-right__social {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 10px; }
    .footer-right__social:hover {
      opacity: 0.5; }
  .footer-right__social-icon {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0; }
    .footer-right__social-icon img {
      max-width: 100%;
      max-height: 100%; }
    .footer-right__social-icon:hover {
      text-decoration: none; }
  .footer-right__social-text {
    font-weight: 400;
    font-size: 18px; }

@media (max-width: 1200px) {
  .footer-right {
    padding-left: 0; } }

@media (max-width: 900px) {
  .footer-right {
    margin-left: auto; } }

@media (max-width: 650px) {
  .footer-right {
    margin: 50px auto 0 auto; } }

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

body {
  background: #fbfbfb;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #313131;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

body:after, body:before {
  display: block;
  content: '';
  clear: both; }

html, body {
  min-height: 100vh;
  margin: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto, Arial, sans-serif; }

ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

/* Auth */
.auth {
  padding: 50px 0; }

.auth__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.auth-form {
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.auth-form__header {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  background: #1f2529;
  color: #fff;
  padding: 15px 15px; }

.auth-form__forgot {
  text-align: center;
  margin-top: 15px; }

.auth-form__forgot a {
  color: #000; }

.auth-form .form__submit button {
  line-height: 1.5; }

.auth-form .form__captcha > div {
  margin: 0 auto; }

.auth-panels {
  margin-top: 10px; }

.auth-panel {
  padding: 15px;
  max-width: 410px;
  margin: 0 auto; }

.auth-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.auth-tab {
  background: none;
  border: none;
  width: 35%;
  text-align: center;
  font-size: 20px;
  padding: 10px 10px;
  background: #999;
  color: #fff;
  cursor: pointer; }

.auth-tab.active {
  width: 65%;
  color: #313131;
  background: #fff; }

/* Header */
.header {
  position: relative;
  z-index: 2;
  display: block;
  padding: 5px 0 10px 0;
  width: 100%;
  background: #fbfbfb; }

.header__show {
  color: #06cdb8;
  padding: 0 10px;
  margin-top: -5px;
  line-height: 1;
  outline: none;
  margin-right: 0;
  margin-bottom: 0;
  border: none;
  font-size: 24px; }

.header__close {
  color: #06cdb8;
  padding: 0 10px;
  margin-top: -5px;
  line-height: 1;
  outline: none;
  margin-right: 0;
  margin-bottom: 0;
  border: none;
  font-size: 24px; }

.header__left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto; }

.header__right {
  text-align: right;
  margin-left: auto;
  margin-top: 20px; }

.header__logo {
  display: block;
  width: 210px;
  margin-top: -8px; }

.header__logo-img {
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 40px;
  font-family: Constantia;
  color: #313131;
  font-variant: small-caps;
  text-align: center;
  line-height: 1; }

.header__logo-text {
  color: #313131;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
  font-family: Constantia;
  padding-top: 10px; }

.header__login {
  display: none; }

.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1024px) {
  .header {
    padding: 20px 0; }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__login {
    display: block;
    margin-right: 15px;
    color: #313131;
    margin-bottom: 3px; }
  .header__login a {
    font-size: 14px;
    color: #313131; }
  .header__login a:hover {
    color: #06cdb8; } }

@media (max-width: 768px) {
  .header__logo {
    width: 170px; }
  .header__logo-img {
    font-size: 32px; }
  .header__logo-text {
    font-size: 10px; }
  .header__login a {
    font-size: 12px; } }

@media (max-width: 600px) {
  .header {
    padding: 20px 0; }
  .header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header__logo {
    width: 210px; }
  .header__logo-img {
    font-size: 40px; }
  .header__logo-text {
    font-size: 14px; }
  .header__left {
    margin-right: 0;
    margin-bottom: 10px; }
  .header__right {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header__login {
    margin-right: 0; }
  .header__login a {
    font-size: 14px; } }

.header-contacts {
  margin-top: 14px; }

.header-contacts__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }

.header-contacts__phone:before {
  display: inline-block;
  content: '';
  width: 17px;
  height: 16px;
  background: url("../../assets/images/header/phone.png");
  background-size: 100% 100%;
  margin-right: 10px; }

.header-contacts__phone a {
  color: #2b2a2a;
  font-size: 18px; }

.header-contacts__phone a:hover {
  color: #01ccd3; }

.header-contacts__email {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-contacts__email:before {
  display: inline-block;
  content: '';
  width: 17px;
  height: 16px;
  background: url("../../assets/images/header/email.svg");
  background-size: 100% 100%;
  margin-right: 10px; }

.header-contacts__email a {
  color: #2b2a2a;
  font-size: 16px; }

.header-contacts__email a:hover {
  color: #01ccd3; }

@media (max-width: 768px) {
  .header-contacts__phone a {
    font-size: 14px; }
  .header-contacts__email a {
    font-size: 14px; } }

@media (max-width: 600px) {
  .header-contacts__phone a {
    font-size: 18px; }
  .header-contacts__email a {
    font-size: 18px; } }

.header-top-menu {
  line-height: 1;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-top: 5px; }

.header-top-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header-top-menu li {
  list-style: none;
  margin-left: 50px;
  padding: 0 5px; }

.header-top-menu li:first-child {
  margin-left: 0; }

.header-top-menu a {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 14px;
  color: #313131; }

.header-top-menu a:hover {
  color: #01ccd3;
  text-shadow: -0.04ex 0 #01ccd3, 0.04ex 0 #01ccd3; }

@media (max-width: 1100px) {
  .header-top-menu {
    display: none; } }

.header-main-menu {
  border-top: 1px solid #d8d8d8; }

.header-main-menu__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  padding: 10px 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header-main-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 10px; }

.header-main-menu__item a {
  display: block;
  color: #313131;
  font-size: 13px; }

.header-main-menu__item a:hover {
  color: #01ccd3; }

.header-main-menu__item:hover .header-main-menu__dropdown {
  display: block; }

.header-main-menu__item--parent:after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: url("../../assets/images/header/arrow.svg") center center no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: invert(9%) sepia(0%) saturate(985%) hue-rotate(203deg) brightness(82%) contrast(72%);
  filter: invert(9%) sepia(0%) saturate(985%) hue-rotate(203deg) brightness(82%) contrast(72%); }

.header-main-menu__item--parent:hover:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-filter: invert(52%) sepia(67%) saturate(1832%) hue-rotate(142deg) brightness(104%) contrast(99%);
  filter: invert(52%) sepia(67%) saturate(1832%) hue-rotate(142deg) brightness(104%) contrast(99%); }

.header-main-menu__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  min-width: 100%;
  width: auto;
  text-align: left; }

.header-main-menu__subitems {
  padding: 10px 15px;
  background: #fff; }

.header-main-menu__subitem {
  margin-bottom: 10px; }

.header-main-menu__subitem a {
  display: block;
  font-size: 13px;
  white-space: nowrap; }

.header-main-menu__subitem:last-child {
  margin-bottom: 0; }

@media (max-width: 1100px) {
  .header-main-menu {
    display: none; } }

.header-mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header-mobile-menu__menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: blue;
  z-index: 10;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff; }

.header-mobile-menu__menu.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.header-mobile-menu__menu.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 0 !important; }

.header-mobile-menu__menu .button {
  position: absolute;
  right: 20px;
  top: 55px;
  color: #000;
  background: none; }

.header-mobile-menu__list {
  list-style: none; }

.header-mobile-menu__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px; }

.header-mobile-menu__list li:last-child {
  margin-bottom: 0; }

.header-mobile-menu__list a {
  color: #000; }

.header-mobile-menu__list i {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url("../../assets/images/header/arrow.svg") center center no-repeat;
  background-size: 100% 100%; }

.navbar-header {
  display: none; }

.navbar-header .button {
  background: none; }

@media (max-width: 1100px) {
  .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto; }
  .navbar-header .button {
    margin-top: 0; } }

@media (max-width: 600px) {
  .header-mobile-menu {
    margin-left: auto; } }

/* Top, breadcrumbs and search */
.top {
  background: #373d41; }

.top .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.top__search {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  padding: 10px 0;
  position: relative; }

.top__search label {
  margin-bottom: 0;
  display: block;
  width: 100%; }

.top__search input {
  height: 35px;
  padding: 7px 10px;
  border: none;
  width: 100%;
  border-radius: 5px; }

.top__search img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px; }

@media (max-width: 768px) {
  .top {
    padding: 15px 0; }
  .top .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .top__search {
    width: 100%;
    margin-left: 0; }
  .top__search input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.top-breadcrumbs {
  color: #fff;
  margin-right: auto; }

.top-breadcrumbs a {
  color: #fff;
  font-size: 14px; }

/* Top screen */
.top-screen {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  position: relative; }

.top-screen .hd1 {
  display: block;
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff; }

.top-screen .hd2 {
  display: block;
  position: relative;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff; }

.top-screen .hd3 {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 70px;
  color: #fff;
  opacity: 0.53; }

.top-screen .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto !important; }

.top-screen__info {
  width: 100%;
  padding: 175px 0 150px 0;
  position: relative; }

.top-screen__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.top-screen__bg div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.top-screen__button {
  display: inline-block;
  background: #01898e;
  color: #fff;
  padding: 19px 28px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color; }

.top-screen__button:hover {
  background: #03aeb4;
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color; }

.top-screen__links {
  margin-bottom: 40px; }

.top-screen__links .droplinks {
  background: none; }

.top-screen__links .droplinks__main-link a {
  color: #fff; }

.top-screen__links .droplinks__button .btn {
  background-image: url("../../assets/images/droplinks/menu-white.svg"); }

@media (max-width: 768px) {
  .top-screen .hd1 {
    font-size: 32px; }
  .top-screen .hd2 {
    font-size: 25px; }
  .top-screen .hd3 {
    font-size: 15px; }
  .top-screen .button {
    font-size: 15px; } }

@media (max-width: 992px) {
  .top-screen__info {
    padding: 70px 0; } }

@media (max-width: 480px) {
  .top-screen__button {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 19px 20px; } }

@media (max-width: 360px) {
  .top-screen__button {
    font-size: 14px; } }

/* Estate */
.estate__description {
  margin-bottom: 20px; }

.estate__description p {
  margin-bottom: 10px;
  margin-top: 0; }

.estate__description p:last-child {
  margin-bottom: 0; }

.estate__video {
  position: relative;
  padding-bottom: 55%;
  margin: 20px 0; }

.estate__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .estate {
    padding: 15px 0; }
  .estate .wrapper {
    padding: 0; } }

.estate-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.estate-moderation__title {
  font-size: 20px;
  line-height: 1; }

.estate-moderation__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px; }

.estate-moderation__select select {
  height: 40px;
  padding: 0 10px; }

.estate-moderation__button .btn {
  height: 40px;
  margin-left: 20px; }

@media (max-width: 480px) {
  .estate-moderation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .estate-moderation__button {
    margin-top: 10px;
    margin-left: 0; }
  .estate-moderation__button .btn {
    margin: 0; } }

.estate-content {
  width: -webkit-calc(100% -  400px);
  width: calc(100% -  400px);
  padding: 30px 30px 40px;
  background: #fff; }

@media (max-width: 992px) {
  .estate-content {
    width: 100%; }
  .estate-content .estate__previews {
    display: none; } }

.estate-props {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  padding-bottom: 30px; }

.estate-props--mobile {
  display: none; }

.estate-prop {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.estate-prop__icon {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.estate-prop__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: invert(39%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(98%) contrast(86%);
  filter: invert(39%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(98%) contrast(86%); }

.estate-prop__name {
  font-size: 13px;
  color: #989696; }

.estate-prop__value {
  font-size: 15px;
  color: #313131;
  word-wrap: break-word; }

.estate-prop--half {
  width: 50%; }

@media (max-width: 480px) {
  .estate-prop--half {
    width: 100%; }
  .estate-props {
    display: none; }
  .estate-props--mobile {
    display: block; } }

/* Realty filter */
.realty-filter__toggle {
  display: none; }

.realty-filter__multichecker {
  font-size: 13px; }

.realty-filter .form__select {
  position: relative; }

.realty-filter .form__select:before {
  position: absolute;
  display: block;
  content: '';
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.realty-filter .form__select select {
  display: block;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #ececec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 25px;
  height: 50px;
  color: #999; }

.realty-filter .form__select select::-ms-expand {
  display: none; }

.realty-filter .form__select.active:before {
  display: none; }

.realty-filter .realty__rural-region {
  display: none; }

.realty-filter__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .realty-filter__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px 20px 25px;
    background: #01ccd3;
    margin: 0 -10px 10px;
    border-radius: 4px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .realty-filter__toggle i.open {
    margin-left: auto; }
  .realty-filter__toggle i.close {
    display: none;
    margin-left: auto; }
  .realty-filter__toggle.active i.open {
    display: none; }
  .realty-filter__toggle.active i.close {
    display: block; }
  .realty-filter__form {
    display: none; } }

/* Droplinks */
.droplinks {
  padding: 30px 0;
  background: #f6f6f6; }

.droplinks__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }

.droplinks__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.droplinks__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.droplinks__main-link a {
  color: #333; }

.droplinks__button {
  margin-left: 10px; }

.droplinks__button .btn {
  background: url("../../assets/images/droplinks/menu.svg") center center no-repeat;
  background-size: 100% 100%;
  padding: 0;
  height: 20px;
  width: 20px; }

.droplinks__button .btn:hover, .droplinks__button .btn:focus {
  opacity: 1; }

.droplinks__dropdown {
  display: none;
  position: absolute;
  right: 5px;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  width: 100%;
  padding: 10px;
  background: #fff;
  z-index: 1; }

.droplinks__link {
  text-align: center; }

.droplinks__link a {
  display: inline-block;
  color: #333;
  padding: 5px 0; }

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

/* Critical */
/* Header */
.menu-item-893,
#menu-item-893 {
  display: none !important; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999999; }

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

.content_wr {
  padding: 20px;
  margin: 55px auto; }

.single-realty .content_wr {
  padding: 0; }

.clearfix {
  float: none;
  clear: both; }

.nopad {
  padding: 0 !important; }

.nopadr {
  padding-right: 0 !important; }

.nopadl {
  padding-left: 0 !important; }

.textright {
  text-align: right; }

.wrapper {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto; }

.bread_wr .container,
.archive.author .container {
  background: transparent; }

.contacurrency_wr {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto; }

.currency_rate {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: top; }

#curswitcher {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px; }

.currency-code {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 5px;
  line-height: 16px;
  height: 16px;
  font-size: 14px;
  color: #000; }

#curswitcher .currency-code.active {
  color: #fff;
  background: #dc9924; }

/*homepage*/
.page-id-338 .container.content_wr,
.home .container.content_wr {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 15px; }

.page-id-338 .container.content_wr {
  margin: 0 auto 55px; }

.home .container.content_wr {
  margin: 0 auto; }

.page-id-338 .container.content_wr,
.page-id-338 #primary.container,
.home .container.content_wr,
.home #primary.container {
  background: transparent; }

.home #primary.container {
  padding-bottom: 25px; }

/* Filter_wr */
.filter_wr {
  padding: 60px 0;
  background: #fff; }

.filter_wr--search {
  padding: 20px 0;
  -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3); }

.realty-filter__left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.realty-filter__submit {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 0 -10px;
  text-align: right; }

.realty-filter__submit .btn {
  padding: 15px 10px;
  width: -webkit-calc(25% - 25px);
  width: calc(25% - 25px);
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 15px 0 0;
  border-radius: 5px; }

.realty-filter__submit .btn span {
  display: block;
  line-height: normal;
  font-size: 18px; }

.realty-filter .realty-filter-flex {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  display: block;
  text-align: left;
  margin: 0 -10px; }

.filter_wr .realty-filter .form-group {
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
  height: 50px; }

.realty-filter__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.realty-filter__half {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px); }

.filter_wr .realty-filter .form-group.realty__currency {
  width: -webkit-calc(12.5% - 19px);
  width: calc(12.5% - 19px);
  margin-right: 0; }

.filter_wr .realty-filter .form-group.realty__price-type {
  width: -webkit-calc(12.5% - 19px);
  width: calc(12.5% - 19px);
  margin: 0 0 0 10px; }

.filter_wr .realty-filter .form-group.realty__price-type .form-check {
  padding-top: 15px; }

.filter_wr .realty-filter .filter-option .filter-option-inner {
  padding-right: 0; }

.realty-filter-flex .btn-primary {
  vertical-align: top;
  margin: 0 10px 10px;
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  height: 50px;
  line-height: 50px;
  clear: both;
  float: none;
  display: block; }

.realty-filter-flex .btn-primary:hover,
.realty-filter-flex .btn-primary:active,
.realty-filter-flex .btn-primary:focus {
  background-color: #3276b1;
  border-color: none !important; }

.filter_wr .realty-filter .form-group.realty__planning {
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 992px) {
  .filter_wr {
    padding: 30px 0; }
  .realty-filter-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filter_wr .realty-filter .form-group {
    width: -webkit-calc(50% - 23px);
    width: calc(50% - 23px); }
  .filter_wr .realty-filter .form-group.realty__price-type {
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px); }
  .filter_wr .realty-filter .form-group.realty__currency {
    width: -webkit-calc(25% - 18px);
    width: calc(25% - 18px);
    margin-left: 2px; }
  .realty-filter__submit .btn {
    width: -webkit-calc(50% - 27px);
    width: calc(50% - 27px); } }

@media (max-width: 768px) {
  .realty-filter__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .realty-filter .realty-filter-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .filter_wr .realty-filter .form-group {
    width: 100%;
    margin: 0 0 10px; }
  .filter_wr .realty-filter .form-group.realty__planning {
    margin-left: 0;
    margin-right: 0; }
  .filter_wr .realty-filter .form-group.realty__price-type {
    display: block;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin: 0 10px 0 0; }
  .filter_wr .realty-filter .form-group.realty__currency {
    display: block;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin: 0; }
  .realty-filter__submit {
    margin-top: 10px; }
  .realty-filter__submit .btn {
    margin-right: 0;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); } }

@media (max-width: 600px) {
  .realty-filter__submit .btn {
    width: 100%; } }

/* Filter_wr END */
/* Bottom screen */
.bottom-screen {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 100px 0 120px 0;
  background: url(../../assets/images/bottom-screen/bg.png) center no-repeat;
  background-size: cover; }

.bottom-screen__title {
  font-size: 26px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #fff; }

.bottom-screen__description {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-width: 1080px; }

.bottom-steps {
  margin-top: 35px; }

.bottom-steps__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: normal; }

.bottom-steps__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 75px -35px 0 -35px; }

.bottom-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 35px; }

.bottom-step__img {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2eafbb;
  border-radius: 100%;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.bottom-step__img img {
  max-width: 95%;
  max-height: 95%; }

.bottom-step__text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap; }

.bottom-step__more img {
  width: 10px;
  margin-left: 60px; }

@media (max-width: 1300px) {
  .bottom-steps__items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 75px 0 0 0; }
  .bottom-step {
    margin: 0; } }

@media (max-width: 1100px) {
  .bottom-screen__title {
    text-align: center;
    line-height: normal; }
  .bottom-screen__description {
    text-align: center; }
  .bottom-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .bottom-steps__title {
    text-align: center; }
  .bottom-steps__items {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .bottom-step {
    margin-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 20px; }
  .bottom-step:first-child {
    margin-top: 0; }
  .bottom-step__img {
    margin-right: 0; }
  .bottom-step__text {
    margin-top: 20px;
    text-align: center; }
  .bottom-step__more {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -webkit-calc(100% + 30px);
    top: calc(100% + 30px); }
  .bottom-step__more img {
    display: none; }
  .bottom-step__more:before {
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("../../assets/images/icons/arrow-bottom.svg") no-repeat;
    background-size: 100% 100%; } }

@media (max-width: 992px) {
  .bottom-screen {
    padding: 70px 0; }
  .bottom-screen__title {
    margin-bottom: 30px; }
  .bottom-steps {
    margin-top: 30px; }
  .bottom-steps__items {
    margin-top: 40px; } }

@media (max-width: 480px) {
  .bottom-screen__title {
    font-size: 23px;
    margin-bottom: 20px; }
  .bottom-screen__description {
    font-size: 16px; }
  .bottom-steps {
    margin-top: 20px; }
  .bottom-steps__title {
    font-size: 16px; }
  .bottom-steps__items {
    margin-top: 30px; } }

@media (max-width: 400px) {
  .bottom-screen__title {
    font-size: 18px; } }

/* Bottom screen END */
.form-row .col.col-xs-6:last-child {
  padding: 0 0 0 5px !important; }

.home .found_number {
  display: none !important; }

.found_number {
  display: block;
  margin-bottom: 20px; }

/*tml*/
.tml {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  padding: 10px;
  background: #ececec; }

/*realty archive*/
ul#recent_realty {
  list-style: none;
  margin: 0; }

ul#recent_realty li {
  width: -webkit-calc(33% - 30px);
  width: calc(33% - 30px);
  margin: 0 10px 10px;
  float: left;
  display: block; }

.rc_title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 14px; }

.rc_thumb {
  display: block;
  width: 100%;
  height: 190px;
  margin-bottom: 15px; }

.rc_excerpt {
  padding: 20px;
  display: block;
  position: relative;
  background: #ffb400;
  color: #000;
  font-size: 14px;
  line-height: 1.2; }

.inarchives td {
  font-size: 12px;
  line-height: 1; }

/*single realty*/
.container.content_wr,
.content_wr .container.nopad {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.content_wr .container.nopad {
  padding-bottom: 60px !important; }

.single_slider_thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 570px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff; }

.sliderthumbs {
  display: block;
  position: relative; }

.slider_thumb {
  display: inline-block;
  position: relative;
  height: 75px;
  width: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  cursor: pointer; }

#realty_gallery img {
  display: block;
  width: 100%;
  height: auto; }

.realty_about_top {
  display: block;
  position: relative;
  padding: 17px 30px 0;
  background: #fefefe;
  height: 530px; }

/*table erealty info*/
h1.realty_title {
  display: block;
  width: 100%;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #313131;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  float: left; }

table.realty_info_table td {
  text-align: left;
  font-size: 14px;
  position: relative;
  padding: 10px 0;
  width: 50%;
  vertical-align: top; }

table.realty_info_table td.price_tb {
  text-align: left;
  color: #06cdb8;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  vertical-align: middle; }

table.realty_info_table tr.borderbottom td {
  border-bottom: 1px solid #ececec; }

table.realty_info_table td .fa {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block; }

.info_name_wr {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  line-height: 1;
  color: #313131;
  margin: 0 0 5px; }

.info_name {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #989696;
  margin: 0 0 5px; }

.location_name {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px; }

.acf-gallery-sort,
.price_text {
  display: none; }

.single_numbers_wr {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
  width: 100%;
  float: left; }

.realty_info_table {
  margin: 20px 0;
  display: block;
  float: left; }

ul.new_house {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700; }

ul.new_house li {
  padding: 0; }

.realty_about_middle {
  display: block;
  position: relative;
  padding: 0 30px 30px;
  background: #f6f6f6; }

.single_realty_author_img img {
  display: block;
  width: 150px;
  height: auto;
  margin: 20px auto;
  float: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%; }

.single_author_name {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 10px; }

.single_author_slogan {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px; }

ul.single_author_phones {
  margin: 0 auto 10px;
  padding: 0;
  list-style: none; }

ul.single_author_phones li a {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #313131; }

.single_author_about {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 15px;
  color: #515050; }

.simplefavorite-button,
a.button.author_more,
a.button.button_edit {
  margin: 0 auto;
  float: none;
  display: block;
  width: 100%;
  text-align: center; }

.realty_about_middle .simplefavorite-button {
  width: -webkit-calc(100% + 60px) !important;
  width: calc(100% + 60px) !important;
  margin-left: -30px;
  display: block !important;
  text-align: center !important; }

.single_realty_sidebar div.wpcf7 {
  padding: 35px 30px;
  background: #f6f6f6; }

.wpcf7-form p.ct_hd1 {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 18px;
  color: #313131;
  margin-bottom: 25px !important;
  text-align: center; }

.more_ob_hd {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #01ccd3;
  text-align: center;
  height: 40px;
  line-height: 40px; }

/* Account */
.acf-tooltip.top {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }

.user_name {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px; }

.author_img img {
  display: block;
  width: 100%;
  height: auto; }

#desc_tab td {
  vertical-align: top;
  padding: 0 5px 10px; }

td.field_name {
  font-weight: 700; }

.account .favorites__items {
  margin-top: 20px; }

.account .favorites__items .realty {
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px 20px; }

@media (max-width: 992px) {
  .account .acf-field-group {
    width: 100% !important;
    min-height: 100% !important;
    padding: 0 !important; }
  .account .acf-form-submit {
    margin-top: 20px; }
  .account .favorites__items .realty {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media (max-width: 550px) {
  .account .favorites__items .realty {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .account [data-name="authortype"] ul.acf-radio-list li {
    width: 100%; }
  .account .wrapper [data-name="authortype"] li label {
    border-width: 1px 1px 1px 1px; } }

/* Account END */
/*sinbgle author page*/
#mydata .page_author_about {
  margin-bottom: 10px; }

.page_author_soc {
  display: block;
  text-align: center;
  position: relative; }

a.user_soc {
  display: inline-block;
  float: none;
  margin: 0 5px;
  color: #63676a;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #63676a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%; }

a.user_soc:hover {
  color: #000; }

.page_author_about {
  display: block;
  margin-top: 20px;
  position: relative; }

.author_page_name {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  margin: 10px 0; }

.author_page_img img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
  float: none;
  border-radius: 100%;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%; }

.page_author_posts_wr {
  display: block;
  position: relative;
  margin: 50px auto 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px); }

.page_authors_hd {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  color: #313131; }

.agent_description {
  display: block;
  position: relative;
  height: auto;
  min-height: 160px;
  margin-bottom: 40px; }

/*add realty page*/
body.page-id-369 {
  background: #fff; }

body.page-id-369 .container.content_wr {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  padding: 0; }

.acf-form .acf-field--post-title,
.acf-form .acf-field-group {
  background: #fff;
  border-radius: 3px; }

.acf-form .acf-field-5bb9d2993cb2f,
.acf-form .acf-field-5b9fd34a1925f,
.acf-form .acf-field-5bb9d2d43cb30,
.acf-form.acf-field-5b9fd3c4e3dc8,
.acf-form .acf-field-5bb9d3ce3cb37,
.acf-form .acf-field-5b9faa08424f7,
.acf-form .acf-field-5b9fd16af27c5,
.acf-form .acf-field-5b9fd8ba28830 {
  padding-left: 0; }

.acf-form .acf-field-5bb9d2993cb2f,
.acf-form .acf-field-5bb9d2d43cb30,
.acf-form .acf-field-5bb9d2993cb2f,
.acf-form .acf-field-5bb9d2d43cb30 {
  padding-top: 0;
  padding-bottom: 0; }

.acf-form .acf-google-map .title .search {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #000; }

.acf-form .acf-field input {
  border: 1px solid #d3d2d2;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #000; }

.acf-form .acf-range-wrap input[type="number"] {
  margin-left: 0; }

.acf-form .select2-container--default.-acf .select2-selection--multiple .select2-selection__choice {
  height: 37px;
  line-height: 37px; }

.acf-form .acf-field textarea {
  border: 1px solid #d3d2d2;
  /*font-size: 12px;*/ }

.acf-form .acf-field .acf-field-textarea:not(.acf-field-5ba8def9718ff) {
  padding: 0; }

.acf-form .acf-field-5bb3e799da3c3,
.acf-form .acf-field-5bb9d3813cb36 p.description,
.acf-form .acf-field-5bb9d17d1c6bb p.description,
.acf-form .acf-field-5bb9d1391c6ba p.description {
  display: none !important; }

.acf-form select,
.acf-form .select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 1px solid #d3d2d2;
  height: 50px;
  line-height: 50px; }

.acf-form .select2-container--default.-acf input {
  margin-top: 0 !important;
  font-size: 12px; }

.acf-form select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  width: 100%;
  background-image: url("../../assets/images/select-arrow.png");
  background-position: 93% center;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  padding: 0 5px; }

.acf-form select:focus {
  background-image: url("../../assets/images/select-arrow-up.png"); }

.acf-form select::-ms-expand {
  display: none; }

/*acf map*/
.acf-map {
  width: 100%;
  height: 400px;
  display: block;
  position: relative; }

.acf-range-wrap input[type="range"] {
  display: none !important; }

.acf-fields > .acf-tab-wrap {
  background: transparent; }

.acf-oembed,
.acf-gallery .acf-gallery-toolbar,
.acf-fields.-border,
.acf-google-map,
.acf-field[data-width] + .acf-field[data-width] {
  border: none !important; }

.acf-fields.-border,
.acf-fields > .acf-field,
.acf-fields > .acf-tab-wrap .acf-tab-group {
  border-top: none !important; }

.acf-oembed .title,
.acf-google-map .title {
  border: 1px solid #cecece !important;
  margin-bottom: 20px; }

/* Realty item */
.realty {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px; }

.realty.realty--edit {
  padding-bottom: 0; }

.realty__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.realty__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto; }

.realty__more a {
  color: #485d78;
  text-decoration: underline;
  font-size: 16px; }

.realty__more .simplefavorite-button .fav_bt_name,
.realty__more .simplefavorite-button i {
  display: none; }

.realty__more .simplefavorite-button {
  -webkit-filter: invert(76%) sepia(56%) saturate(2956%) hue-rotate(351deg) brightness(95%) contrast(80%);
  filter: invert(76%) sepia(56%) saturate(2956%) hue-rotate(351deg) brightness(95%) contrast(80%);
  background-color: transparent !important;
  background: url("../../assets/images/icons/star-regular.svg") center center no-repeat;
  background-size: 100% 100%;
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: auto; }

.realty__more .simplefavorite-button:hover, .realty__more .simplefavorite-button.active {
  background-image: url("../../assets/images/icons/star-solid.svg"); }

.realty_info_wr {
  display: block;
  position: relative;
  width: 100%;
  background: #fff; }

.realty-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 15px 0 10px;
  text-align: left; }

.realty-title a {
  line-height: normal;
  font-size: 16px;
  color: #313131;
  font-weight: 600; }

.realty-date {
  margin: -5px 0 5px;
  font-size: 14px;
  color: #000;
  opacity: 0.3; }

.realty-status {
  margin: 0 0 10px;
  font-size: 14px; }

.realty-views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-size: 13px;
  opacity: 0.8; }

.realty-views .post-views {
  position: static;
  margin-left: 5px; }

.author_realty_currency {
  display: inline; }

#author_long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -10px -20px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }

#author_long .realty {
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  padding-bottom: 0; }

@media (max-width: 992px) {
  #author_long .realty {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media (max-width: 768px) {
  .realty-title a {
    font-size: 18px; } }

@media (max-width: 600px) {
  #author_long .realty {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

/* Realty item END */
.more_link_wr {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  float: none;
  height: 16px; }

.more_link_wr a {
  display: block;
  width: auto;
  float: left; }

.more_link_wr .simplefavorite-button {
  display: block;
  width: auto;
  float: right;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  background-color: transparent !important;
  color: #dc9924;
  margin-top: -2px; }

.more_link_wr .simplefavorite-button .fav_bt_name {
  display: none; }

.action_bt_wr {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 1; }

.page-id-537 .more_link_wr {
  display: none !important; }

.page-id-537 .action_bt_wr {
  display: block; }

.social_link {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #c5c6c6;
  border: 1px solid #c5c6c6;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%; }

/*posts category arvchives*/
.sidebar_right {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 400px;
  float: right;
  display: block;
  position: relative; }

#primary.single-entry {
  width: -webkit-calc(100% - 430px);
  width: calc(100% - 430px);
  float: left;
  display: block;
  position: relative; }

.archive.category .container.content_wr,
.archive.category .content_wr .container.nopad {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent;
  padding: 0 20px; }

.archive.category article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  padding-bottom: 30px; }

article .entry-thumbnail {
  width: 100%;
  padding-bottom: 53%;
  display: block;
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.title_wr {
  display: block;
  position: relative;
  background: #06cdb8;
  padding: 13px 35px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: -55px auto 20px; }

.entry-date {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px; }

h2.entry-title {
  display: block;
  position: relative;
  margin: 0;
  line-height: 1; }

h2.entry-title a {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 400; }

.entry-excerpt {
  display: block;
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  line-height: normal;
  color: #515050; }

.navigation .screen-reader-text {
  display: none; }

.sidebar_widget_title {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background-color: #06cdb8; }

.page-numbers {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  color: #313131; }

.page-numbers.current,
.page-numbers:hover {
  color: #fff;
  background: #dc9924;
  text-decoration: none; }

/*single post*/
h1.entry-title {
  margin-top: 0;
  margin-bottom: 20px; }

.entry-thumbnail img,
.single-thumb img,
.entry-content img {
  max-width: 100%;
  height: auto; }

/*buttons*/
#mydata button,
.simplefavorite-button,
.btn-primary,
.btn,
a.button,
input[type="submit"] {
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background-color: #01ccd3;
  color: #fff;
  padding: 0 25px;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer; }

#mydata button:hover,
#mydata button:focus,
#mydata button:active,
.simplefavorite-button:hover,
.simplefavorite-button:focus,
.simplefavorite-button:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn:hover,
.btn:focus,
.btn:active,
a.button:hover,
a.button:focus,
a.button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  opacity: .8; }

/*widgets*/
.textwidget img {
  max-width: 100%;
  height: auto; }

/*contact forms*/
.ajax-loader {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important; }

.wpcf7-form p {
  margin: 0px !important; }

span.wpcf7-list-item {
  display: block;
  width: 100%;
  float: left; }

.wpcf7-form-control-wrap input[type=checkbox] {
  width: 15px;
  display: block;
  float: left;
  clear: left;
  padding: 0 !important;
  margin: 0; }

.wpcf7-list-item-label {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  display: block;
  float: left;
  margin-left: 10px;
  line-height: 1; }

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  border: 1px solid #d3d2d2;
  outline: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 100%;
  margin-bottom: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
  color: #000; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

span.wpcf7-not-valid-tip {
  position: relative;
  font-size: 14px;
  z-index: 1;
  top: -15px;
  left: 0;
  background-color: #fff;
  background-image: url(../../assets/images/ico_not_valid.png);
  line-height: 1;
  background-position: 10px center;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  border: 1px solid #000;
  width: auto;
  color: #000;
  display: inline-block; }

span.wpcf7-not-valid-tip:before,
span.wpcf7-not-valid-tip:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }

span.wpcf7-not-valid-tip:after {
  left: 11px;
  top: -8px;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #ffffff transparent; }

span.wpcf7-not-valid-tip:before {
  left: 10px;
  top: -10px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000000 transparent; }

div.wpcf7-response-output {
  margin: 0px auto;
  background: #fff;
  color: #000;
  width: 90%;
  border: none;
  display: block !important;
  padding: 0px;
  float: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  text-align: center; }

.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-item .owl-lazy[src^=""],
.owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #06cdb8;
  margin-right: 5px;
  outline: none; }

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background: #dc9924; }

/* fancyBox without plugin */
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

.realty__location[data-field_5b9fda7f406aa=iscmd] .dropdown-menu li:nth-child(3) {
  display: none !important; }

.post-views {
  display: inline-block;
  font-size: 16px;
  position: relative;
  left: 10px;
  top: -1px; }

.sliderthumbs .owl-nav {
  display: none !important; }

.sliderthumbs .owl-dots {
  display: none !important; }

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3); }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px; } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    /*width: 110px;*/
    width: 0; }
  .fancybox-show-thumbs .fancybox-inner {
    /*right: 110px; */
    right: 0; }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

@media screen and (max-width: 1239px) {
  .colophon {
    padding: 20px 10px; }
  a.ft_ct {
    margin-right: 20px; }
  .simplefavorite-button,
  .author_item_slogan {
    font-size: 16px; }
  .acf-field input[type="text"],
  .acf-field input[type="password"],
  .acf-field input[type="number"],
  .acf-field input[type="search"],
  .acf-field input[type="email"],
  .acf-field input[type="url"],
  .acf-field textarea,
  .acf-field select {
    border: 1px solid #ececec; } }

@media screen and (max-width: 991px) {
  .all-authors {
    padding: 40px 0; }
  .currency_rate {
    font-size: 14px; }
  .author_item {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px); }
  .content_wr {
    padding: 20px;
    margin: 20px auto; }
  a.ft_ct {
    margin-right: 10px;
    font-size: 14px; }
  .acf-fields > .acf-field.acf-field-5bb9d31e3cb34,
  .acf-fields > .acf-field.acf-field-5bb9d1391c6ba,
  .acf-fields > .acf-field.acf-field-5bb9d17d1c6bb,
  .acf-fields > .acf-field.acf-field-5bb9d3733cb35,
  .acf-fields > .acf-field.acf-field-5bb9d2993cb2f,
  .acf-fields > .acf-field.acf-field-5bb9d2d43cb30,
  .acf-fields > .acf-field.acf-field-5b9faa08424f7,
  .acf-fields > .acf-field.acf-field-5b9fd1b5f27c6,
  .acf-fields > .acf-field--post-title,
  .acf-fields > .acf-field-textarea {
    width: 100% !important; }
  .single_realty_thumb {
    height: 400px; }
  .content_wr,
  .content_wr .container.nopad {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto; }
  .bread_wr {
    height: auto;
    line-height: 2; } }

@media (max-width: 768px) {
  #recent_realty_author .col-xs-12.col-sm-6,
  #single_realty_author .col-xs-12.col-sm-6,
  #recent_realty .col-xs-12.col-sm-6 {
    max-width: 300px;
    margin: 0 auto 20px;
    float: none; }
  .realty_numbers {
    font-size: 11px; }
  #mydata button {
    display: block; }
  .acf-fields > .acf-field {
    width: 100% !important; }
  .realty_info_table {
    float: none;
    width: 300px;
    margin: 20px auto; }
  h1.entry-title {
    font-size: 24px; }
  .single_slider_thumb {
    height: 300px; }
  .realty_about_top {
    padding: 20px 10px 0;
    height: auto; } }

@media screen and (max-width: 479px) {
  .author_item {
    width: 100%; }
  #mydata .col-xs-6 {
    width: 100%;
    padding: 0; }
  table.realty_info_table td {
    width: 100%;
    display: block; } }

#edit_mydata .acf-image-uploader .image-wrap {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  float: none; }

#edit_mydata .acf-image-uploader .image-wrap img {
  margin: 0;
  width: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

#edit_mydata .acf-image-uploader .acf-actions.-hover {
  top: 30px;
  right: 30px; }

#edit_mydata .acf-field-5ba8ddd9d90e5 .acf-label p.description {
  color: #989696;
  text-align: center;
  margin: 20px 30px; }

#edit_mydata .acf-field-5ba8ddd9d90e5 .acf-label label {
  display: none; }

#edit_mydata .acf-field-login,
#edit_mydata .acf-field-pass,
#edit_mydata .acf-field-morepass {
  padding: 15px 12px;
  margin: 0; }

#edit_mydata .acf-field-login {
  margin-top: 58px; }

#edit_mydata .acf-form-submit {
  text-align: center;
  margin: 10px; }

#edit_mydata .acf-form-submit input {
  background: #dc9924 !important; }

#edit_mydata .acf-field-5ba8de7034424 .button-primary {
  background: none !important;
  color: #000;
  /*font-size: 14px;*/
  float: left;
  text-transform: none;
  padding-left: 0;
  line-height: 2; }

body.category-news,
.author {
  background: #e1e1e1; }

.sidebar_right #recent_realty_author article {
  background: none;
  margin: 0;
  padding: 0; }

.sidebar_right #recent_realty_author .realty {
  padding-bottom: 35px;
  height: auto; }

.author .realty_title,
.sidebar_right #recent_realty_author .realty_title {
  text-align: left; }

.author .more_link_wr a,
.sidebar_right #recent_realty_author .more_link_wr a {
  text-transform: lowercase; }

body.category-news article .entry-excerpt {
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  max-width: none; }

body.category-news article .entry-excerpt p {
  margin-bottom: 30px; }

#mydata button, a:focus.simplefavorite-button,
.btn-primary,
.btn,
a.button,
input[type="submit"] {
  text-transform: none;
  font-weight: 400;
  height: 40px;
  line-height: 40px; }

.author .content_wr {
  padding: 0; }

.author .author_page_name {
  text-align: left; }

.author .author_item_slogan {
  text-align: left;
  font-size: 16px; }

.author ul.author_item_phones {
  border-top: 1px solid #d3d2d2;
  width: 80%;
  float: left; }

.author ul.author_item_phones a {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  margin: 0px 0 0 10px; }

.author .agent_description {
  min-height: 0;
  margin: 25px;
  line-height: 1; }

.author .author-form-title {
  display: block;
  position: relative;
  text-align: left;
  line-height: 1;
  font-size: 18px;
  margin: 20px 0; }

.author .author_form_row .col-xs-12 {
  margin-top: 5px !important; }

.author .author_form_row .col-xs-6 {
  padding-right: 15px;
  padding-left: 5px; }

.author .author_form_row .col-xs-6:first-child {
  padding-right: 5px !important;
  padding-left: 15px !important; }

.author .author_form_row textarea {
  min-height: 150px;
  max-height: 150px; }

.author .author_form_row input[type=submit] {
  text-transform: uppercase; }

.author .author-form-cont > div {
  background: #fafafa;
  padding: 20px; }

.author .author-info-cont {
  padding: 20px; }

.author .container.content_wr {
  -webkit-box-shadow: none;
  box-shadow: none; }

.acf-media-modal .media-modal-close {
  width: 250px; }

.media-sidebar label.setting {
  display: none !important; }

.tml-login {
  background: #fff;
  padding-left: 0;
  padding-right: 0; }

.tml-login .tml-field {
  padding: 6px 12px;
  font-weight: 100; }

.tml-login .tml-links {
  padding: 0;
  list-style: none; }

.tml-login .tml-register-link {
  float: left; }

.tml-login .tml-lostpassword-link {
  float: right; }

.pll-parent-menu-item ul.dropdown-menu {
  min-width: auto;
  right: 0;
  left: auto; }

/* Contacts */
.contact-block {
  font-size: 18px;
  background-color: #fbfbfb;
  width: auto;
  padding: 45px 90px 20px;
  color: #333;
  float: left; }

.contact-block-row {
  display: block;
  margin-bottom: 23px;
  color: black; }

a.contact-block-row {
  text-decoration: none;
  color: black; }

.contact-block-row span {
  vertical-align: middle;
  margin-left: 8px;
  display: inline-block; }

.contact-block-ico.clock {
  vertical-align: top;
  margin-top: 2px; }

.contact-block-row.offset {
  margin-top: 33px; }

.contact-block-row.tel {
  font-weight: 400; }

.contact-block__title {
  font-size: 24px;
  font-weight: 700;
  color: #dc9924;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px; }

.contact-block__addresses {
  margin-top: 55px; }

#map {
  width: 100%;
  position: fixed !important;
  z-index: -1 !important;
  height: 100%;
  top: 0; }

.contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-top: 110px; }

.contacts-form {
  background: #e1e1e1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 85px 0 50px; }

.contacts-form .wrapper {
  max-width: 660px; }

.contacts-form input, .contacts-form textarea {
  border-radius: 4px;
  border: 1px solid #cacaca;
  margin-bottom: 12px; }

.contacts-form textarea {
  height: 200px; }

.contacts-form [type=submit] {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 5px 35px;
  height: auto; }

.contacts-form__title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2529;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px; }

@media (max-width: 768px) {
  .contacts-container {
    padding: 0;
    padding-top: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contact-block-wrapper {
    width: 100%; }
  .contact-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 600px) {
  .contact-block-title {
    text-align: center;
    float: none; }
  .contact-block {
    float: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0; } }

/* Contacts END */
.wpcf7-form-control.wpcf7-textarea {
  min-height: 100px;
  resize: none; }

* {
  outline: none !important; }

/* Authors */
.authors {
  padding: 80px 0 90px; }

.authors__title {
  color: #313131;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 45px; }

.authors__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }

.authors .best-author {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 20px; }

@media (max-width: 1200px) {
  .authors .best-author {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px); } }

@media (max-width: 992px) {
  .authors .best-author {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .authors .best-author__info {
    padding: 0 10px; }
  .authors .best-author__name {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; } }

@media (max-width: 500px) {
  .authors .best-author {
    width: 100%; } }

/* Authors END */
/* Search */
.search-items__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: -25px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }

.search-items__items .found_number {
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: #000;
  margin-bottom: 35px; }

.search-items__items .realty {
  margin: 0 10px;
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin-bottom: 25px; }

@media (max-width: 992px) {
  .search-items__items .realty {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media (max-width: 600px) {
  .search-items__items .realty {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

/* Search END */
/* Favourites */
.favorites {
  padding: 45px 0; }

.favorites__title {
  font-size: 24px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 15px; }

.favorites__description {
  font-size: 15px;
  color: #797979;
  margin-bottom: 50px; }

.favorites__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }

.favorites .realty {
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px 20px; }

@media (max-width: 992px) {
  .favorites .realty {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media (max-width: 550px) {
  .favorites .realty {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

/* Favourites END */
/* Estate */
.estate {
  padding: 45px 0;
  background: #e1e1e1; }

.estate .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.estate__image {
  position: relative;
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px); }

.estate__details {
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fefefe;
  padding: 30px 30px 0; }

.estate__details .estate__previews {
  display: none; }

.estate__favorite {
  margin: auto -30px 0; }

.estate #mainslide {
  height: 100%; }

.estate #mainslide .owl-stage-outer {
  height: 100%; }

.estate #mainslide .owl-stage {
  height: 100%; }

.estate #mainslide .owl-item {
  height: 100%; }

.estate #mainslide .single_slider_thumb {
  height: 100%;
  min-height: 537px; }

.owl-nav button.owl-next, .owl-nav button.owl-prev {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

.owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  background: rgba(0, 0, 0, 0.1); }

.owl-nav button.owl-next:hover span, .owl-nav button.owl-prev:hover span {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1; }

.owl-nav button.owl-next span, .owl-nav button.owl-prev span {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
  font-size: 0;
  background: url("../../assets/images/icons/arrow.svg") center center no-repeat;
  opacity: 0.5;
  background-size: contain;
  width: 50px;
  height: 100px;
  margin: auto; }

.owl-nav button.owl-prev span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.estate .sliderthumbs .slider_thumb {
  position: relative;
  margin-right: 10px; }

.estate .sliderthumbs .slider_thumb:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

.estate .sliderthumbs .owl-item.current .slider_thumb:after, .estate .sliderthumbs .owl-item .slider_thumb:hover:after {
  background: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

.estate .sliderthumbs .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.estate__favorite .simplefavorite-button {
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.estate__favorite .sf-icon-star-full,
.estate__favorite .sf-icon-star-empty {
  font-size: 25px;
  margin-left: 10px;
  margin-bottom: 4px; }

@media (max-width: 480px) {
  .estate__favorite .simplefavorite-button {
    padding: 7px 10px;
    font-size: 14px; } }

.estate__previews {
  margin: -15px -15px 20px; }

.estate-sidebar {
  width: 400px;
  background: #f6f6f6; }

.estate__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px; }

.estate__price {
  font-size: 30px;
  color: #06cdb8;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 30px; }

.estate-author {
  padding: 55px 25px 35px;
  text-align: center; }

.estate-author__img {
  text-align: center;
  margin-bottom: 25px; }

.estate-author__img img {
  width: 180px;
  height: 180px;
  border-radius: 100%; }

.estate-author__name {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px; }

.estate-author__slogan {
  line-height: 22px;
  font-size: 16px;
  color: #000;
  opacity: 0.73;
  text-align: center;
  margin-bottom: 22px; }

.estate-author__phones {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none; }

.estate-author__phones li {
  margin-bottom: 15px; }

.estate-author__phones a {
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none; }

.estate-author__about {
  display: block;
  text-align: center;
  font-size: 16px;
  opacity: 0.73;
  color: #000;
  line-height: 22px;
  margin-top: 0px; }

.estate-author__more {
  margin-top: 20px;
  text-align: center; }

.estate-author__more a.button {
  width: auto; }

.estate-feedback {
  padding: 30px; }

.estate-feedback textarea {
  height: 200px; }

@media (max-width: 992px) {
  .estate__image {
    width: 100%;
    padding-bottom: 55%;
    position: relative;
    min-height: 300px; }
  .estate__image #mainslide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .estate #mainslide .single_slider_thumb {
    min-height: 0;
    background-size: 100% auto; }
  .estate__details {
    width: 100%; }
  .estate__details .estate__previews {
    display: block; }
  .estate-sidebar {
    width: 100%; } }

/* Estate END */
/* Estate Edit */
.estate-edit {
  padding: 45px 0; }

.estate-edit__title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.estate-edit__more {
  margin-left: auto; }

.estate-edit__more a {
  display: inline-block;
  padding: 10px 30px;
  background: #06cdb8;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

.estate-edit__more a:hover {
  opacity: 0.8;
  text-decoration: none; }

.estate-edit .acf-fields > .acf-field-gallery {
  padding-right: 0 !important; }

.estate-edit .acf-field-image {
  padding-right: 20px !important; }

.estate-edit .acf-field-oembed {
  padding-left: 20px !important; }

.estate-edit .acf-field-oembed .title {
  padding: 0;
  border: none !important; }

@media (max-width: 992px) {
  .estate-edit .acf-field-image {
    width: 100% !important;
    padding-right: 0 !important; }
  .estate-edit .acf-field-gallery {
    width: 100% !important;
    margin-bottom: 45px !important; }
  .estate-edit .acf-field-oembed {
    width: 100% !important;
    padding-left: 0 !important; }
  .estate-edit .acf-oembed {
    background: none !important; } }

@media (max-width: 768px) {
  .estate-edit__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .estate-edit__more {
    margin: 20px 0 0; } }

/* Estate Edit END */
/* Home */
.home #recent_realty {
  padding-bottom: 90px; }

.home_hd1 {
  display: block;
  position: relative;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  color: #313131;
  margin-top: 80px;
  margin-bottom: 57px; }

@media (max-width: 992px) {
  .home #recent_realty {
    padding-bottom: 40px; }
  .home_hd1 {
    margin-top: 40px;
    margin-bottom: 30px; } }

/* Home END */
/* Author */
.specialist {
  padding: 45px 0; }

.specialist-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 30px 30px 50px; }

.specialist-info {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.specialist-info__left {
  width: 180px; }

.specialist-info__right {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px); }

.specialist-info__bottom {
  width: 100%;
  margin-top: 55px; }

.specialist-info__img img {
  border-radius: 100%;
  width: 180px;
  height: 180px;
  border: 1px solid #d5d6d8; }

.specialist-info__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px -5px 0; }

.specialist-info__socials .user_soc {
  margin: 0 5px;
  color: #2a2c2d;
  opacity: 0.27;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }

.specialist-info__socials .user_soc:hover {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1; }

.specialist-info__name {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px; }

.specialist-info__slogan {
  color: #000000;
  opacity: 0.73;
  font-size: 16px;
  line-height: 22px; }

.specialist-phones {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #f0f0f0;
  padding-left: 8px;
  list-style: none;
  margin-bottom: -10px;
  display: inline-block; }

.specialist-phones a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
  margin-bottom: 10px; }

.specialist-phones__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px; }

.specialist-phones__img img {
  max-width: 95%;
  max-height: 95%; }

.specialist-phones a:hover {
  text-decoration: underline; }

.specialist-info__bottom {
  font-size: 16px;
  color: #515050;
  line-height: 24px; }

.specialist-form {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-top: 30px; }

.specialist-form .wpcf7-form .ct_hd1 {
  text-align: left;
  margin-bottom: 16px !important;
  font-size: 20px; }

.specialist-form .wpcf7-form .ct_submit {
  text-align: left !important; }

.specialist-form .wpcf7-form .ct_submit input {
  font-weight: 700 !important;
  height: 50px;
  line-height: 50px;
  padding: 0 40px; }

.specialist-estates {
  margin-top: 96px; }

.specialist-estates__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }

.specialist-estates__items .realty {
  margin: 0 10px 20px;
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px); }

@media (max-width: 992px) {
  .specialist-info {
    width: 100%;
    text-align: center; }
  .specialist-info__left {
    width: 100%; }
  .specialist-info__right {
    width: 100%; }
  .specialist-info__name {
    max-width: 480px;
    margin: 20px auto 10px; }
  .specialist-info__slogan {
    max-width: 480px;
    margin: 0 auto; }
  .specialist-info__bottom {
    margin-top: 20px; }
  .specialist-form {
    width: 100%;
    top: 20px; }
  .specialist-form .wpcf7-form .ct_hd1 {
    text-align: center;
    margin-top: 70px; }
  .specialist-form .wpcf7-form .ct_submit {
    text-align: center !important; }
  .specialist-estates__items .realty {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media (max-width: 600px) {
  .specialist-estates__items .realty {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

/* Author END */
/* 404 */
.not-found {
  padding: 45px 0; }

.not-found__title {
  line-height: normal;
  font-size: 30px;
  color: #313131;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px; }

.not-found__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.not-found__form input {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  margin-right: 10px; }

.not-found__form .btn {
  height: auto;
  line-height: 25px; }

.not-found__form .btn:hover {
  color: #fff; }

@media (max-width: 768px) {
  .not-found__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .not-found__form input {
    margin-right: 0;
    margin-bottom: 10px; }
  .not-found__form .btn {
    padding: 10px; } }

/* 404 END */
/* Query search */
.query {
  padding: 45px 0; }

.query__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -10px -20px; }

.query__items .realty {
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px 20px; }

@media (max-width: 992px) {
  .query__items .realty {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media (max-width: 550px) {
  .query__items .realty {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

/* Query search END */
/* Pagination */
.pagination {
  display: block;
  width: 100%;
  margin-top: 60px; }

.pagination__container {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination__btn {
  margin: 0 5px;
  padding: 0 15px;
  background: none !important;
  color: #000; }

.pagination__prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination__btn.current, .pagination__btn:hover, .pagination__btn:focus {
  background: #06cdb8 !important;
  color: #fff; }

@media (max-width: 480px) {
  .pagination__btn--num {
    display: none; }
  .pagination__btn--num.current {
    display: block; } }

/* Pagination END */
.bazz-widget-button i:last-child {
  font-size: 9px;
  line-height: 13px;
  margin-top: 3px; }
