@font-face {
  font-family: "Conture Script W01 Regular";
  src: url("Fonts/5627397/f408bf4d-a8c0-40ba-b600-7277cc8e209d.woff2") format("woff2"), url("Fonts/5627397/ea0c3156-e172-4bd6-842e-31b0d7fa6881.woff") format("woff");
}
@font-face {
  font-family: 'Kindentosca';
  src: url('Fonts/Kindentosca/Kindentosca.eot');
  src: local('☺'), url('Fonts/Kindentosca/Kindentosca.woff') format('woff'), url('Fonts/Kindentosca/Kindentosca.ttf') format('truetype'), url('Fonts/Kindentosca/Kindentosca.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* DEFAULT */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-striped:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.row-striped:nth-of-type(even) {
  background-color: #d4d4d4;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div {
  word-wrap: break-word;
  /* All browsers since IE 5.5+ */

  overflow-wrap: break-word;
  /* Renamed property in CSS3 draft spec */

}
/* WORDPRESS ALINEAMIENTO CLASES */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Aliminar los redondeados de Bootstrap */
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
a:hover {
  text-decoration: none;
}
img.circle {
  border-radius: 50% !important;
}
/* --- */
/* ACF MAP */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin-bottom: 40px;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
/* --- */
/* BTNs */
.btn-gold {
  background-color: #a58a53;
  text-transform: uppercase;
  color: #000;
  border: none;
  padding: 20px 40px;
}
/* --- */
/* BASIC */
body {
  font-size: 16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  background-color: #f0f0f0;
  padding-top: 93px;
}
hr {
  border-top: 1px solid #ababab;
}
/* --- */
/* CONTAINER */
.container-max-1700 {
  max-width: 1700px;
}
/* --- */
/* NAVBAR */
.navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #000;
  margin-bottom: 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.navbar-nav > li > a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  line-height: 56px;
}
@media (min-width: 768px) and (max-width: 1029px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  text-decoration: none;
  outline: none;
}
.navbar-brand {
  /*height: auto;*/

  padding: 5px;
}
.navbar-brand img {
  margin-top: 5px;
  width: 165px;
}
.navbar-nav > li > a {
  padding: 12px;
}
.navbar-toggle {
  border-color: #fff;
  background-color: #fff;
  padding: 12px 12px;
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-toggle .icon-bar {
  background-color: #444;
}
/*
.navbar-nav > .active > a::before,
.navbar-nav > .active > a:focus::before,
.navbar-nav > .active > a:hover::before,
.navbar-nav > li > a::before {
  background: #867042 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 38px;
  margin: 0 5px;
}
*/
.navbar-nav > .menu-item > a {
  padding-top: 46px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .navbar-nav > .menu-item > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-nav > li > a::before {
  background-color: transparent;
}
.navbar-nav > li > a {
  padding-top: 0;
  line-height: 35px;
}
/* --- */
/* MARQUEE */
body.page .marquee {
  height: 680px;
}
body.home .marquee {
  min-height: calc(100vh - 185px - 95px);
}
body.page-template-template-featured .marquee,
body.page-template-template-contact .marquee,
body.page-template-template-map .marquee {
  display: none;
}
.marquee {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 20px;
}
.marquee form.search-basic {
  position: absolute;
  right: 60px;
  width: 350px;
  padding: 20px;
  display: block;
  background: url(images/seach-basic-bg.png);
}
@media (max-width: 767px) {
  .marquee form.search-basic {
    position: static;
    width: 100%;
    margin-right: 0;
  }
}
.marquee form.search-basic a {
  color: #a58a53;
}
.marquee form.search-basic a:hover {
  color: #b09662;
}
.marquee form.search-basic .btn {
  width: 100%;
}
.marquee form.search-basic select {
  padding: 10px;
  height: auto;
}
.marquee form.search-basic .avanced {
  display: none;
  text-align: center;
}
.marquee form.search-basic .avanced a {
  font-size: 14px;
  color: #a58a53;
  font-weight: bold;
}
/* --- */
/* FEATURED */
.featured-header-container {
  margin: 50px 0;
}
.featured-header-container .featured-title {
  font-size: 16px;
}
.featured-bottom-container {
  margin: 50px auto 0 auto;
  background-color: #e5e5e5;
}
.featured-bottom-container .featured-title {
  font-size: 24px;
  margin: 25px 0;
}
.featured-bottom-container .posts-thumbnail {
  margin-bottom: 20px;
}
.featured-bottom-container .posts-title {
  margin: 0 !important;
}
.featured-container {
  margin-top: 40px;
}
.featured-container .featured-title {
  font-size: 24px;
  margin: 0 0 24px 0;
}
.featured-container .featured-content {
  text-align: justify;
}
/* --- */
/* FEATURED SEARCH */
.search-featured {
  background-color: #5a5a5a;
  padding: 25px 0;
}
.search-featured h3 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.search-featured select {
  padding: 10px;
  height: auto;
  margin-bottom: 30px;
}
.search-featured .avanced a {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  background-color: #898686;
  width: 48%;
  padding: 11px;
  margin-bottom: 0;
}
.search-featured .btn {
  width: 65%;
  padding: 11px;
  margin-bottom: 30px;
}
/* --- */
/* SEARCH FULL */
.search-full label {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-full .search-full-box {
  background-color: #4c4c4c;
  padding: 20px 40px;
  margin-top: 20px;
}
.search-full .btn-gold {
  width: 100%;
  font-size: 23px;
  color: #fff;
}
.search-full .avanced {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
}
.search-full .avanced a {
  display: inline-block;
  background-color: #000;
  padding: 15px 60px;
  color: #f1f585;
  font-size: 15px;
}
/* --- */
/* SEE ALL */
.see-all-container {
  background-color: #e0e0e0;
  padding: 45px 0;
}
/* --- */
/* MAP ZONE */
.map-zone {
  background-color: #cecece;
}
.map-zone .map {
  position: relative;
  display: inline-block;
}
.map-zone .map-zone-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 1px 1px 2px #666;
  padding: 5px 10px;
}
.map-zone .map a {
  color: #802e26;
  font-size: 14px;
  font-weight: bold;
}
.map-zone .map a:hover {
  color: #802e26;
}
.map-zone .map i.fa-home {
  font-size: 20px;
  color: #4cbdc3;
}
/* --- */
/* POST WRAPPER */
.post-wrapper {
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  margin-bottom: 40px;
}
.post-wrapper .text {
  padding: 20px;
  font-size: 14px;
}
.post-wrapper .text h2.title {
  margin: 0px 0px 5px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 27px;
}
.post-wrapper .text h2.title > a {
  color: #333;
}
.post-wrapper .text h2.title a:hover {
  color: #f58221;
}
.post-wrapper .text .date {
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}
/* --- */
/* POSTS */
.posts-container {
  height: 400px;
  margin-bottom: 30px;
  /*margin-bottom: 75px;*/

}
.posts-container,
.posts-container a {
  color: #000;
}
.posts-container .posts-title {
  font-size: 18px;
  line-height: 24px;
}
.posts-container .posts-price {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.posts-container .posts-zone {
  display: block;
  font-size: 22px;
}
.posts-container .posts-attr,
.posts-container .posts-attr a {
  font-size: 13px;
  color: #5a5959;
}
/* --- */
/* POST */
/* --- */
/* ACF MAP */
.acf-map {
  width: 100%;
  height: 470px;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map-address {
  margin-top: 25px;
}
/* --- */
/* SERVICEs */
/* SERVICE */
.service-container {
  margin-top: 40px;
  margin-bottom: 70px;
}
.service-title {
  font-size: 34px;
  margin: 0 0 25px 0;
}
.service-content {
  text-align: justify;
}
.service-content p {
  margin-bottom: 30px;
}
/* --- */
/* SERVICES */
.services-thumbnail img {
  margin: 0 auto;
}
.services-pijama {
  background-color: #dcdcdc;
}
.services-container {
  padding: 40px 0;
}
.services-title {
  font-size: 32px;
  margin-bottom: 50px;
}
.services-content {
  text-align: justify;
}
/* --- */
/* --- */
/* PAGINATION */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #b5b5b5;
  border-color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #fff;
  background-color: #535353;
  border: 1px solid #fff;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #535353;
}
/* --- */
/* PROPERTIES */
.properties-container {
  margin-top: 100px;
}
.properties-container a {
  color: #000;
}
.properties-container h1 {
  font-size: 33px;
  margin: 0;
}
.properties-container .search-order {
  margin-top: 10px;
}
.properties-container .properties-thumbnail .properties-box {
  padding: 25px;
}
.properties-container .properties-text .properties-box {
  padding: 25px;
}
.properties-container .properties-text .properties-price {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.properties-container .properties-text .properties-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 24px;
}
.properties-container .properties-text .properties-attr,
.properties-container .properties-text .properties-attr a {
  font-size: 13px;
  color: #5a5959;
}
.properties-container .properties-text .properties-attr .properties-zone {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.properties-container .properties-text .properties-attr .properties-surface,
.properties-container .properties-text .properties-attr .properties-bedrooms,
.properties-container .properties-text .properties-attr .property-bathrooms,
.properties-container .properties-text .properties-attr .properties-extra {
  color: #666;
}
.properties-container .properties-text .properties-attr .properties-content {
  display: block;
  margin-top: 15px;
}
.properties-container .pijama-0 {
  background-color: #f2f2f2;
}
.properties-container .pijama-1 {
  background-color: #d4d4d4;
}
/* --- */
/* PROPERTY */
.thumbnail-container {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.thumbnail-container .cover-image {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-container .cover-image.narrow {
  height: 300px;
}
@media (max-width: 767px) {
  .thumbnail-container .cover-image {
    height: 300px;
  }
}
.thumbnail-container div[class^="col"] {
  padding: 0;
}
.property-container {
  margin-top: 40px;
}
.property-container a {
  color: #000;
}
.property-container .property-price {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
}
.property-container h1 {
  font-size: 35px;
  margin: 0 0 0 0;
}
.property-container .property-attrs {
  margin-bottom: 25px;
}
.property-container .property-attr {
  margin-bottom: 3px;
}
.property-container .property-attr .property-line,
.property-container .property-attr .property-ref,
.property-container .property-attr .property-extra,
.property-container .property-attr .property-surface,
.property-container .property-attr .property-bedrooms,
.property-container .property-attr .property-bathrooms,
.property-container .property-attr .property-extra a {
  color: #666;
}
.property-container .property-attr .property-extra {
  font-style: italic;
}
.property-container .property-attr .property-zone {
  display: block;
  margin-bottom: 5px;
}
.property-container .property-content {
  margin-bottom: 50px;
  text-align: justify;
}
.property-container .property-content p {
  line-height: 25px;
}
.property-container .property-map .property-map-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 23px;
}
.property-container .property-info {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.property-container .property-info .property-info-block {
  width: 50%;
}
.single-local .property-container .property-info .property-info-block {
  width: 33%;
}
@media (max-width: 767px) {
  .property-container .property-info .property-info-block {
    width: 100% !important;
  }
}
.property-container .property-info .property-info-title {
  color: #a58a53;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0;
}
.property-container .property-info .property-info-letter {
  text-transform: uppercase;
  font-weight: bold;
}
.property-pdf,
.property-video {
  margin-bottom: 40px;
}
.property-video .property-video-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.property-pdf .property-pdf-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.gallery-container .gallery-item figcaption {
  display: none;
}
.gallery-container .gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gallery-container .gallery-item img {
    width: 105px;
    height: 105px;
  }
}
.gallery-container .gallery-item img {
  object-fit: cover;
  object-position: center;
  width: 130px;
  height: 130px;
}
/* EXPANDABLE CONTENT BLOCK */
.read-more {
  color: #a58a53;
  cursor: pointer;
}
.extended-content {
  display: none;
}
/* --- */
/* WIDGET CONTACT */
.widget-contact {
  background-color: #000;
  color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.widget-contact h4 {
  font-size: 17px;
  font-weight: bold;
}
.widget-contact a.widget-email {
  font-size: 18px;
  color: #a58a53;
  font-weight: bold;
}
.widget-contact a.widget-phone {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.widget-contact a.btn {
  width: 100%;
}
/* --- */
/* CONTACT */
.contact-container {
  margin: 60px auto;
}
.contact-container .contact-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 50px;
}
.contact-container .contact-email {
  font-size: 28px;
  color: #8a7549;
}
.contact-container .contact-phone {
  font-size: 35px;
  font-weight: bold;
  color: #000;
}
.contact-container .contact-phone span {
  color: #787878;
}
.contact-container .contact-content {
  text-align: justify;
}
.contact-form {
  overflow: hidden;
  padding: 30px 50px;
  background: url(images/seach-basic-bg.png);
  color: #fff;
}
.contact-form textarea {
  resize: none;
}
.contact-form label {
  font-weight: normal;
}
.contact-form .btn {
  margin-top: 20px;
}
/* --- */
.page-faq {
  padding-bottom: 50px;
}
.page-faq .question-answer {
  margin-bottom: 30px;
}
.page-faq .question-answer .question {
  font-weight: bold;
}
.page-about-us {
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-about-us h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-about-us h2 {
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-about-us .cover-block {
  margin-bottom: 20px;
  padding-bottom: 200px;
  border: none;
  background-image: url("images/bcn-skyline.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: calc(100vh - 93px - 50px);
}
.page-about-us .cover-block .container {
  display: flex;
  align-items: center;
}
.page-about-us .cover-block .text {
  width: 60%;
  padding-right: 30px;
}
.page-about-us .cover-block .image {
  text-align: center;
}
.page-about-us .cover-block .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-about-us .cover-block .container {
    flex-wrap: wrap;
  }
  .page-about-us .cover-block .text {
    width: 100%;
    padding-right: 0;
  }
}
.page-about-us .adjust-image {
  align-items: center;
  text-align: center;
}
.page-about-us .adjust-image img {
  max-width: 100%;
}
.page-about-us .images-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-about-us .images-block .image-block {
  width: 25%;
}
@media (max-width: 767px) {
  .page-about-us .images-block .image-block {
    width: 100%;
  }
}
.page-about-us .images-block .image-block .image {
  margin: 0 auto 5px auto;
  border-radius: 50% !important;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about-us .images-block .image-block .text {
  text-align: center;
  padding: 0 15px 10px 15px;
}
.page-about-us .button-block {
  margin-top: 30px;
  text-align: center;
}
.page-about-us .clients-block {
  margin-bottom: 40px;
}
.page-about-us .clients-block .client-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
.page-about-us .clients-block .client-block:nth-child(2n) .image {
  order: 2;
  margin-left: 60px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .page-about-us .clients-block .client-block:nth-child(2n) .image {
    order: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-about-us .clients-block .client-block .image {
  margin: 0 0 0 0;
  border-radius: 50% !important;
  width: 150px;
  height: 150px;
  margin-right: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-about-us .clients-block .client-block .image {
    width: 100px;
    height: 100px;
  }
}
.page-about-us .clients-block .client-block .text {
  width: calc(100% - 150px - 60px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-about-us .clients-block .client-block .text {
    width: 100%;
  }
}
/* FOOTER */
footer {
  padding: 40px 60px;
  background-color: #000;
  color: #a3a3a3;
}
footer .contacts-block * {
  margin: 3px;
}
footer h4 {
  font-size: 22px;
  color: #fff;
}
footer .phone,
footer .social {
  color: #a58a53;
}
footer .social {
  font-size: 1.6em;
  margin-right: 5px;
}
footer .text-right {
  color: #fff;
}
/* --- */
.navbar-header .navbar-toggle {
  background-color: #000000;
  border-color: #000000;
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: white;
}
#menu-cabecera > .menu-item.open > a,
#menu-cabecera-ruso > .menu-item.open > a,
#menu-header-menu > .menu-item.open > a {
  background-color: #1a1a1a;
}
#menu-cabecera > .menu-item .dropdown-menu,
#menu-cabecera-ruso > .menu-item .dropdown-menu,
#menu-header-menu > .menu-item .dropdown-menu {
  background-color: #000000;
}
#menu-cabecera > .menu-item .dropdown-menu > li.menu-item a,
#menu-cabecera-ruso > .menu-item .dropdown-menu > li.menu-item a,
#menu-header-menu > .menu-item .dropdown-menu > li.menu-item a {
  color: white;
}
#menu-cabecera > .menu-item .dropdown-menu > li.menu-item a:hover,
#menu-cabecera-ruso > .menu-item .dropdown-menu > li.menu-item a:hover,
#menu-header-menu > .menu-item .dropdown-menu > li.menu-item a:hover {
  background-color: #1a1a1a;
}
#menu-cabecera > .menu-item .dropdown-menu .active > a,
#menu-cabecera-ruso > .menu-item .dropdown-menu .active > a,
#menu-header-menu > .menu-item .dropdown-menu .active > a {
  background-color: #333333;
}
.language-selector {
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 12px;
  right: 27px;
  font-size: 0.8em;
  z-index: 1;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .language-selector {
    font-size: 1em;
    top: 37px;
    right: 75px;
  }
}
.language-selector .item {
  margin-left: 16px;
}
.language-selector .item img {
  width: 16px;
}
.language-selector .item a {
  color: white;
  text-decoration: underline;
}
.frontpage-slogan {
  font-family: "Conture Script W01 Regular";
  font-size: 80px;
  line-height: 55px;
  color: white;
  text-shadow: 0 0 20px black, 0 0 20px black, 0 0 10px black;
  text-align: center;
  width: 100%;
  padding: 0 calc((100vw - 800px) / 2);
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: translate(0, 50%);
}
@media (max-width: 767px) {
  .frontpage-slogan {
    font-size: 56px;
    line-height: 38.5px;
    padding: 0 15px;
    bottom: 30px;
    transform: none;
  }
}
.link-back-to-search {
  position: absolute;
  left: 30px;
  top: 30px;
  color: white;
  text-shadow: 0 1px 1px black, 0 0 10px black, 0 0 10px black;
}
.link-back-to-search:hover {
  color: #dddddd;
}
.link-back-to-search:focus {
  color: white;
}
.modal-backdrop.in {
  opacity: 0.9;
}
#wpadminbar {
  opacity: 0.5;
  width: calc(100% - 120px);
}
.contact-form .checkbox input[type="checkbox"] {
  position: static;
}

.object-card {
  overflow: hidden;
  position: relative;
}
.object-card.is-sold img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.is-sold-badge {
  background: #a58a53;
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
  padding: 5px;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  position: absolute;
  left: 50px;
  top: 50px;
  color: white;
}

.is-sold-badge-page {
  background: #a58a53;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6em;
  width: 400px;
  padding: 8px;
  text-align: center;
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: 1;
  position: absolute;
  left: 100px;
  bottom: 100px;
  color: white;
}

@media (max-width: 767px) {
  .is-sold-badge-page  {
    font-size: 1.2em;
    left: 50px;
    bottom: 50px;
  }
}

.page-sidebar-video {
  margin-bottom: 20px;
}

html[lang="ru-RU"] .frontpage-slogan {
  font-family: 'Kindentosca';
  font-size: 37px;
  line-height: 55px;
}
@media (max-width: 767px) {
  html[lang="ru-RU"] .frontpage-slogan {
    font-size: 30px;
    line-height: 33px;
  }
}