.containerHome {
  width: 100%;
  line-height: 36px;
  font-size: 21px; }
  .containerHome h2 {
    font-weight: bold;
    font-size: 24px; }

.mainContainer {
  margin: 0px 12% 90px 60px; }

.homeInteriors {
  width: 100%; }
  .homeInteriors__photo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 44.3vw;
    padding-left: 60px;
    padding-top: 7vw; }
    .homeInteriors__photo--logo {
      background-image: url(../images/dom-logo.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 650px;
      height: 168px; }
    .homeInteriors__photo--text {
      width: 51%; }
      .homeInteriors__photo--text p {
        color: #fff; }
        .homeInteriors__photo--text p span {
          font-weight: bold; }
      .homeInteriors__photo--text .textBold {
        font-weight: bold;
        margin: 3vw 0px; }

.border {
  height: 7px;
  width: 100%;
  background-color: #00bee5; }

.assets {
  height: 445px;
  display: flex;
  padding-top: 100px;
  margin-bottom: 55px;
  border-bottom: 1px solid #000; }
  .assets__left {
    width: 50%; }
  .assets__right {
    width: 50%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .assets__right h2 {
      width: 473px; }
    .assets__right ul {
      margin-top: 30px; }
    .assets__right li {
      padding-left: 50px;
      position: relative;
      margin-bottom: 15px;
      line-height: 24px; }
      .assets__right li:before {
        content: ' ';
        height: 18px;
        width: 20px;
        background-image: url(../images/list-style.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        top: 6px; }

.floor {
  width: 100%;
  display: flex;
  margin-bottom: 90px; }
  .floor__left {
    width: 40%; }
    .floor__left h3 {
      color: #00bee5;
      font-size: 40px;
      font-weight: bold; }
    .floor__left h2 {
      margin-bottom: 60px; }
    .floor__left span {
      font-weight: bold; }
    .floor__left .idea {
      margin-bottom: 50px; }
  .floor__right {
    width: 60%;
    background-position: right;
    height: 705px;
    display: flex;
    justify-content: flex-end; }
  .floor .m2 {
    background-image: url(../images/6000.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 206px;
    height: 46px;
    margin-top: 100px; }

.afterM2 {
  font-family: "Avenir-Black", sans-serif; }

.slider {
  margin-bottom: 115px;
  height: 44.8vw;
  padding: 0px 60px; }

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-next-box {
  width: 125px;
  height: 125px;
  background-color: #00bee5;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 9;
  right: 0px;
  left: auto;
  transition: all 0.3s; }
  .swiper-next-box:hover {
    cursor: pointer;
    background-color: transparent; }
    .swiper-next-box:hover .swiper-button-next {
      background-image: url(../images/slider-arrow-hover.svg) !important; }

.swiper-prev-box {
  width: 125px;
  height: 125px;
  background-color: #00bee5;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 9;
  left: 0px;
  padding-right: auto;
  transition: all 0.3s; }
  .swiper-prev-box:hover {
    cursor: pointer;
    background-color: transparent; }
    .swiper-prev-box:hover .swiper-button-prev {
      background-image: url(../images/slider-arrow-hover.svg) !important; }

.swiper-button-next {
  right: 30px !important;
  margin-top: -45px !important;
  height: 95px !important;
  width: 50px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url(../images/slider-arrow.svg) !important; }

.swiper-button-prev {
  left: 30px !important;
  margin-top: -45px !important;
  height: 95px !important;
  width: 50px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url(../images/slider-arrow.svg) !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.news-slider {
  display: flex;
  min-height: 635px;
  margin-bottom: 200px;
  padding-top: 10px;
  overflow: hidden; }

.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0px; }

.slick-slider-news {
  min-height: 470px;
  transition: all 0.3s ease;
  margin: 0px 45px; }
  .slick-slider-news p {
    padding: 30px 20px 20px 20px;
    text-align: left;
    font-size: 21px;
    transition: all 0.3s ease; }

.slick-current {
  transform: scale(1.2); }

.slick-slider-photo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 252px; }

.newsTitle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 60px;
  margin-bottom: 75px; }

.countNews {
  color: #00bee5; }

.slick-prev {
  margin-right: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/news-arrow.svg) !important;
  background-color: #fff;
  border: none;
  color: transparent;
  margin-left: 60px;
  padding: 0px; }
  .slick-prev:focus {
    outline: none; }
  .slick-prev:hover {
    cursor: pointer;
    background-image: url(../images/news-arrow-hover.svg) !important; }

.slick-next {
  margin-left: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/news-arrow.svg) !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: #fff;
  border: none;
  color: transparent;
  margin-right: 60px;
  padding: 0px; }
  .slick-next:focus {
    outline: none; }
  .slick-next:hover {
    cursor: pointer;
    background-image: url(../images/news-arrow-hover.svg) !important; }

.slick-slider-news {
  border: 1px solid #000;
  text-align: center; }

@media (max-width: 1500px) {
  .slick-slider-photo {
    height: 230px; }

  .slick-prev {
    margin-right: 0px; }

  .slick-next {
    margin-left: 0px; }

  .slick-slider-news {
    margin: 0px 20px; }

  .slick-current p {
    padding: 20px 15px; }

  .news-slider {
    margin-bottom: 50px; }

  .slick-current {
    transform: scale(1.1); } }
@media (max-width: 1200px) {
  .slick-slider-news {
    height: 555px; }

  .slick-slider-photo {
    height: 350px;
    background-position: center; }

  .swiper-next-box {
    width: 100px;
    height: 100px; }

  .swiper-prev-box {
    width: 100px;
    height: 100px; }

  .slick-current {
    transform: scale(1); }

  .slick-track {
    padding: 0px; } }
@media (max-width: 768px) {
  .slider {
    display: none; }

  .slick-slider-photo {
    background-position: top; } }
.boxFooter {
  width: 100%;
  display: flex;
  border-top: 1px solid #000;
  padding-top: 100px; }
  .boxFooter__left {
    width: 50%; }
    .boxFooter__left--agent {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .boxFooter__left--agent--solo span {
        color: #00bee5; }
      .boxFooter__left--agent--solo a {
        color: inherit; }
  .boxFooter__right {
    width: 50%;
    padding-left: 25%;
    display: flex;
    flex-direction: column; }

.agent-name {
  height: 40px; }

.agentTitleFirst {
  margin-bottom: 30px; }

.agentTitleSecond {
  margin: 75px 0px 10px 0px; }

.agentTitleSecond__photo {
  width: 300px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain; }

.agentTitleSecond__phone {
  margin-bottom: 45px;
  
}

.agentTitleSecond__phone span {
  color: #00bee5;
}

.agentTitleSecond__phone a {
  color: #000;
}

.listPDF li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  line-height: 24px;
  text-decoration: underline; }
  .listPDF li a {
    color: #000; }
  .listPDF li:hover {
    cursor: pointer; }
  .listPDF li:before {
    content: ' ';
    height: 20px;
    width: 25px;
    background-image: url(../images/pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px; }

@media (max-width: 1500px) {
  .homeInteriors__photo {
    padding-top: 30px; }
  .homeInteriors__right--text .textBold {
    margin: 30px 0px; }

  .border {
    margin-top: -2px; }

  .boxFooter__right {
    padding-left: 15%; } }
@media (max-width: 1300px) {
  .homeInteriors__photo {
    height: auto;
    min-height: 575px;
    background-size: cover; }

  .assets {
    flex-direction: column;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
    .assets__left {
      width: 100%; }
    .assets__right {
      width: 100%;
      align-items: center;
      margin-top: 30px; }

  .floor {
    flex-direction: column; }
    .floor__left {
      width: 100%; }
    .floor__right {
      width: 100%;
      margin-top: 50px;
      justify-content: center;
      height: auto; }
      .floor__right img {
        width: 100%;
        height: 100%; }

  .boxFooter {
    flex-direction: column; }
    .boxFooter__left {
      width: 100%; }
    .boxFooter__right {
      width: 100%;
      padding-left: 0px;
      margin-top: 40px; }

  .agentTitleSecond {
    margin: 55px 0px 35px 0px; } }
@media (max-width: 768px) {
  .containerHome {
    font-size: 16px; }
    .containerHome h2 {
      font-size: 18px;
      text-align: center; }

  .assets {
    padding: 25px 0px;
    padding-top: 20px}
    .assets__right {
      align-items: flex-start;
      padding-left: 0px; }

  .mainContainer {
    margin: 0px 15px; }

  .assets__right ul {
    margin-top: 15px;
  }

  .mainContainer h1{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
  }

  .assets__left strong{
    font-weight: unset;
  }

  .homeInteriors__photo {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    min-height: 485px; }
    .homeInteriors__photo--logo {
      width: 100%;
      display: flex;
      justify-content: center;
      background-position: center; }
    .homeInteriors__photo--text {
      width: 100%; }

  .floor h2 {
    margin-bottom: 10px; }
  .floor .idea {
    margin-bottom: 30px; }
  .floor .m2 {
    margin-top: 40px; }

  .agentTitleFirst {
    margin-bottom: 10px;
  }

  .boxFooter__left--agent {
    flex-direction: column; }

  .agent-name {
    height: auto; }

  .agentTitleSecond {
    margin: 20px 0px;
    text-align: left !important;}

  .boxFooter__left--agent--solo{
    margin-bottom: 15px;
  }

  .agentTitleSecond__phone{
    margin-bottom: 30px;
  }

  .boxFooter__right .agentTitleFirst{
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .slick-current p {
    font-size: 16px; }

  .slick-prev {
    margin-left: 15px; }

  .slick-next {
    margin-right: 15px; }

  .news-slider {
    margin-bottom: 20px;
    min-height: 500px; }

  .newsTitle {
    margin-bottom: 25px; }
    .newsTitle p {
      display: none; }

  .slick-current {
    box-shadow: none; }
    .slick-current p {
      font-size: 16px;
      padding: 20px 15px; }

  .boxFooter {
    padding-top: 40px; }
    .boxFooter__right {
      margin-top: 30px; }

  .newsTitle {
    padding: 0px 15px; }

  .slick-slider-news {
    height: auto;
    min-height: 455px; }
    .slick-slider-news p {
      font-size: 16px;
      padding: 20px 15px; }

  .slick-slider-photo {
    height: 47vw; } }

  @media screen and (max-width: 1100px){
    .homeInteriors__photo--text {
      width: 71%;
    }
  }
  
/*# sourceMappingURL=new-style.css.map */
