/*!
Theme Name: bloh
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bloh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bloh is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
  direction: ltr;
}
.plus {
  left: auto;
  right: 0.7rem;
}
.crossed-square {
  border-right: none;
  border-left: 3px solid #000;
  top: 0;
}
.crossed-square.left {
  left: auto;
  right: 0;
}
.notice-tag {
  position: absolute;
  border: 3px solid #000;
  padding: 0.2rem 1rem 0.3rem 1rem;
  font-size: 0.737rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
.notice-tag.left {
  left: auto;
  right: 20%;
}
.notice-tag.right {
  right: auto;
  left: 20%;
}
@media (max-width: 768px) {
  .notice-tag {
    padding: 0.2rem 0.4rem 0.3rem;
  }
  .notice-tag.left {
    left: auto;
    right: auto;
    border-left: none;
  }
  .notice-tag.right {
    left: auto;
    right: 5%;
  }
}
/*.top-banner .parts {*/
/*  flex-direction: row-reverse;*/
/*}*/
.top-banner .left-part .logo {
  position: absolute;
  top: 2.2rem;
  left: 3rem;
  z-index: 2;
  width: 21rem;
}
.site-title .parts .right-part {
  margin-left: 0;
  margin-right: 1rem;
}
.site-title .parts .middle-part {
  margin-left: 0;
  margin-right: 2.2rem;
  padding: 0 1rem 0.2rem;
}
@media (max-width: 768px) {
  .site-title .parts div.middle-part {
    margin-right: 0;
  }
  .site-title .parts .right-part {
    margin-right: 0.7rem;
  }
}
section.intro .text-block {
  right: auto;
  left: 34.7rem;
}
section.intro .text-block p{
  font-size: 14px !important;
}
section.intro .text-block .title .circle {
  left: auto;
  right: 2.8rem;
}
section.intro .bottom-elements .building {
  left: auto;
  right: 3.2rem;
}
section.intro .bottom-elements .sculpture {
  right: auto;
  left: 8rem;
}
@media (max-width: 768px) {
  section.intro .text-block {
    left: auto;
  }
  section.intro .text-block .circle {
    right: 1rem;
  }
  section.intro .bottom-elements .building {
    right: 0rem;
    transform: scaleX(-1);
  }
  section.intro .bottom-elements .sculpture {
    left: 3rem;
  }
}
section.about .text {
  border-left: none;
  border-right: 3px solid #000;
}
section.about .title {
  padding: 0 2rem;
}
section.about .title h3 {
  font-size: 1.67rem;
}
@media (max-width: 768px) {
  section.about .text {
    border-right: none;
  }
  section.about .title {
    border-right: none;
    border-left: 3px solid #000;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  section.about .title h3 {
    font-size: 1.5rem;
  }
  section.about .title h3 br {
    display: none;
  }
}
section.map .image {
  border-left: none;
  border-right: 3px solid #000;
}
@media (max-width: 768px) {
  section.map .image {
    border-right: none;
  }
}
section.files .top-section .title-wrapper .blue-title {
  border-left: none;
  border-right: 3px solid #000;
  font-size: 24px;
}
.yellow-next-ads-title{
  font-size: 1rem;
}
.yellow-card-box-right-ads{
  padding: 2rem 1rem !important;
  font-size: 24px;
}
body .trp-language-switcher .trp-ls-shortcode-language {
  display: flex !important;
}
.text-block .text{
  padding: 1.1rem 2rem 1.6rem 2rem;
  font-size: 12px;
}
section.contact h2 {
  font-size: 1.6rem;
}
section.files .files-table .bottom .apartment-row a.file {
  border-right: none;
  border-left: 3px solid #000;
  flex-direction: row-reverse;
  font-size: 14px;
}
@media (max-width: 768px) {
  section.files .top-section .title-wrapper .blue-title {
    border-right: none;
  }
}
section.paper-section .right-part {
  padding: 4.3rem 4.3rem 4.3rem 7.7rem;
  border-left: none;
  border-right: 3px solid #000;
}
section.paper-section .right-part .paper {
  padding: 2.7rem 3rem 2rem 8.9rem;
}
section.paper-section .paper-corner {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 3px solid #000;
}
section.paper-section .paper-corner .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 5rem 0 0;
  border-color: #000 transparent transparent transparent;
  margin-right: 0;
  margin-left: -3px;
  right: auto;
  left: 0;
}
section.paper-section .paper-corner .triangle:after {
  border-width: 6rem 6rem 0 0;
  border-color: #92d2f3 transparent transparent transparent;
  right: 0;
  left: -0.6rem;
}
section.paper-section .paper-notice {
  font-size: 0.632rem;
  margin: 2rem -1rem 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  section.paper-section .paper-corner .triangle {
    border-width: 3.55rem 3.55rem 0 0 !important;
  }
  section.paper-section .paper-corner .triangle:after {
    border-width: 4.5rem 4.5rem 0 0;
  }
  section.paper-section .right-part {
    border-right: none;
  }
  section.paper-section .paper-notice {
    max-width: 100%;
  }
}
section.card .middle-part .top-skew {
  transform: skew(0, -13deg);
}
section.card .middle-part .bottom-skew {
  transform: skew(0, 13deg);
}
input {
  text-align: left;
  direction: ltr !important;
}
input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
}
div.wpcf7 .ajax-loader {
  left: auto;
  right: -5%;
}
label {
  direction: ltr;
  text-align: left;
}
div:hover>.bg-image {
  transform: scale(1.1) !important;
}
@media (max-width: 768px) {
  .text-block .title {
    font-size: 1.7rem !important;
    line-height: 1.3;
  }
  body .apartment-left-mobile-ads{
    display: none !important;
  }
  .new-ads-image-apartment-mobile{
    display: block;
  }
  .top-banner .left-part .logo{
    left: 0rem !important;
  }
  .mobile-staick-bottom .clicktoopen-form{
    width: 133px !important;
  }
  .mobile-staick-bottom .sticky-phone {
    border-left: 1px solid #000;
    border-right: none;
  }
  .yellow-next-ads-title{
    line-height: 21px !important;
    font-size: 1.211rem !important;
  }
  .text-block .title{
    padding: 0.5rem 1.5rem 1.3rem 1rem !important;
    font-size: 1.3rem !important;
    line-height: 1.1 !important;
  }
  section.intro .text-block .title h2{
    font-size: 19px;
  }
  section.intro .text-block .title{
    padding-top: 20px !important;
  }
  .blocks .text-block .title{
    padding-top: 8px !important;
    padding-right: 5rem !important;
  }
  section.files .top-section .title-wrapper {
    padding-top: 12px;
  }
}


@media (max-width: 568px){
body .card-gallery-img-wrap .last-gallery:nth-child(1) .img-name.top {
  right: -59px !important;
}
body .card-gallery-img-wrap .last-gallery:nth-child(2) .img-name.top {
  right: -55px !important;
}
body .card-gallery-img-wrap .last-gallery:nth-child(3) .img-name.top {
  right: -50px !important;
}
body .card-gallery-img-wrap .last-gallery:nth-child(4) .img-name.top {
  right: -57px !important;
}
body .card-gallery-img-wrap .last-gallery:nth-child(5) .img-name.top {
  right: -66px !important;
}
body .card-gallery-img-wrap .last-gallery:nth-child(6) .img-name.top {
  right: -68px !important;
}
}
section.blocks .parts .left-part .short-text {
  padding: 1rem;
}
/*# sourceMappingURL=style-ltr.css.map */
.bage-for-project {
  background: #b12c49;
  width: 143px;
  display: block;
  color: #fff;
  border-radius: 0 0 0 0px;
  transform: rotate(46deg);
  position: absolute;
  z-index: 9;
  top: 32px;
  right: -31px;
}
.new-ads-image-apartment-mobile{
  display: none;
}
.blubox-left-ads{
  border-left: 3px solid #000;
  right: 0;
  left: auto !important;
  border-right: none !important;
}
section.intro .bottom-elements .sculpture{
  left: auto;
  right: auto;
}
section.intro .bottom-elements .sculpture img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
section.intro .bottom-elements .building img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.text-block .title .sequere{
  right: -0.2rem;
  left: auto !important;
  height: 5.07rem !important;
}
/*.bg-image{*/
/*  -webkit-transform: scaleX(-1);*/
/*  transform: scaleX(-1);*/
/*}*/
.blocks .right-part .text-block .title{
  font-size: 25px !important;
  padding: 1rem 2rem 1.3rem 2.8rem !important;
}

section.blocks .parts .right-part .text-block p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 1550px) {
  .card-gallery-img-wrap .last-gallery:nth-child(1) .img-name.top {
    right: -73px !important;
    top: 99px;
  }
  .card-gallery-img-wrap .last-gallery:nth-child(2) .img-name.top {
    right: -67px !important;
    top: 99px;
  }
  .card-gallery-img-wrap .last-gallery:nth-child(3) .img-name.top {
    right: -63px !important;
    top: 99px;
  }
  .card-gallery-img-wrap .last-gallery:nth-child(4) .img-name.top {
    right: -70px !important;
    top: 99px;
  }
  .card-gallery-img-wrap .last-gallery:nth-child(5) .img-name.top {
    right: -79px !important;
    top: 99px;
  }
  .card-gallery-img-wrap .last-gallery:nth-child(6) .img-name.top {
    right: -81px !important;
    top: 98px;
  }
}
@media (min-width: 1550px) {
  body .card-gallery-img-wrap .last-gallery:nth-child(1) .img-name.top {
    right: -78px !important;
    top: 99px;
  }
  body .card-gallery-img-wrap .last-gallery:nth-child(2) .img-name.top {
    right: -74px !important;
    top: 99px;
  }
  body .card-gallery-img-wrap .last-gallery:nth-child(3) .img-name.top {
    right: -69px !important;
    top: 99px;
  }
  body .card-gallery-img-wrap .last-gallery:nth-child(4) .img-name.top {
    right: -77px !important;
    top: 99px;
  }
  body .card-gallery-img-wrap .last-gallery:nth-child(5) .img-name.top {
    right: -85px !important;
    top: 99px;
  }
  body .card-gallery-img-wrap .last-gallery:nth-child(6) .img-name.top {
    right: -88px !important;
    top: 98px;
  }
  section.intro .text-block p {
    font-size: 16px !important;
  }
  .blocks .right-part .text-block .title {
    font-size: 30px !important;
    padding: 1rem 2rem 1.3rem 2.8rem !important;
    line-height: 32px;
  }
  section.blocks .parts .right-part .text-block p {
    margin-bottom: 0;
    font-size: 17px;
  }
  .card .text-block .text p{
    font-size: 16px;
  }
  .yellow-card-box-right-ads{
    padding: 3rem 2rem !important;
  }
}