/* gallery start */

.gallery {
 float: right;
 width: 100%;
 height: 515px;
 border-radius: 8px;
 overflow: hidden;
}

.gallery .swiper-container {
 height: 100%;
}

.gallery .swiper-button-next {
 right: 30px;
 width: 18px;
 height: 33px;
 margin: 0;
 background: url('/img/internal/gallery-123-arrow-right.svg') center center no-repeat;
 background-size: 18px 33px;
}

.gallery .swiper-button-next:hover {
 background: url('/img/internal/gallery-123-arrow-right.svg') center center no-repeat;
 background-size: 18px 33px;
}

.gallery .swiper-button-prev {
 left: 30px;
 width: 18px;
 height: 33px;
 margin: 0;
 background: url('/img/internal/gallery-123-arrow-left.svg') center center no-repeat;
 background-size: 18px 33px;
}

.gallery .swiper-button-prev:hover {
 background: url('/img/internal//gallery-123-arrow-left.svg') center center no-repeat;
 background-size: 18px 33px;
}


/* gallery end */

#offer_top {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 float: left;
 width: 100%;
 padding: 0 30px;
 margin: -88px 0 50px 0;
 border-radius: 4px;
 border-top: 8px solid #002269;
 background-color: #fff;
 box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.07);
 z-index: 3;
}


/*  */

#offer_header {
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
 float: left;
 width: 100%;
 line-height: 1.2;
}


/*  */

#offer_header .offer_header_top {
 flex: auto;
 float: left;
 width: 100%;
 padding: 33px 0 0 0;
}

#offer_header .infos {
 float: left;
 width: 100%;
}

#offer_header .info {
 display: flex;
 float: left;
 width: 100%;
 margin: 0 0 27px 0;
 line-height: 1.3;
}

#offer_header .infos .info {
 width: auto;
 margin: 0 80px 27px 0
}

#offer_header .infos .info:last-child {
 margin: 0 0 27px 0;
}

#offer_header .info .icon {
 display: flex;
 float: left;
 width: 30px;
 min-width: 30px;
 line-height: 0;
 font-size: 0;
}

#offer_header .info .icon img {
 width: 18px;
 height: 18px;
 margin: 2px 0 0 0;
}

#offer_header .info .text {
 font-size: 14px;
}

#offer_header .infos .info .text {
 display: flex;
 flex-direction: column;
 flex: auto;
}

#offer_header .info .content_title {
 width: 100%;
 margin: 0 0 5px 0;
 font-weight: 500;
 font-size: 15px;
}


/*  */

#offer_header .offer_header_bottom {
 display: flex;
 align-items: center;
 float: left;
 width: 100%;
 padding: 21px 0 23px 0;
 border-top: 1px solid #d1d3d5;
}

#offer_header .offer_header_bottom .contacts {
 display: flex;
 align-items: center;
 flex: auto;
 font-weight: 300;
 font-size: 13px;
 letter-spacing: -0.04em;
}

#offer_header .offer_header_bottom .contacts .text {
 margin: 0 20px 0 0;
}

#offer_header .offer_header_bottom .contacts .phone,
#offer_header .offer_header_bottom .contacts .email {
 display: flex;
 align-items: center;
 font-weight: inherit;
 color: inherit;
 white-space: nowrap;
 text-decoration: none;
}

#offer_header .offer_header_bottom .contacts .phone:hover,
#offer_header .offer_header_bottom .contacts .email:hover {
 color: #002269;
 text-decoration: underline;
}

#offer_header .offer_header_bottom .contacts .phone {
 margin: 0 22px 0 0;
 font-size: 14px;
}

#offer_header .offer_header_bottom .contacts .phone img,
#offer_header .offer_header_bottom .contacts .email img {
 min-width: 14px;
 width: 14px;
 height: 14px;
 margin: 0 8px 0 0;
}

#offer_header .offer_header_bottom .right {
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

#offer_header .enquiry {
 padding: 12px 19px;
 margin: 0 0 0 22px;
 font-weight: 700;
 font-size: 16px;
}

#content_price {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: baseline;
 font-weight: 300;
 font-size: 14px;
 text-align: right;
}

#content_price .price {
 margin: 0 0 0 12px;
 font-weight: 700;
 font-size: 30px;
 letter-spacing: -0.04em;
 color: #002269;
}

#content_price .price .currency {
 margin: 0 0 0 5px;
 font-weight: 700;
 font-size: 26px;
}


/*  */


/*  */

@media screen and (max-width:1100px) {
 .gallery {
  height: 400px;
 }
 .gallery .swiper-button-next {
  right: 20px;
 }
 .gallery .swiper-button-prev {
  left: 20px;
 }
 #offer_top {
  padding: 0 26px;
  margin: 10px 0 25px 0;
 }
}

@media screen and (max-width:950px) {
 .gallery {
  height: 400px;
 }
 #content_price {
  flex-direction: column;
  font-size: 13px;
 }
 #content_price .price {
  margin: 0;
  font-size: 25px;
 }
 #content_price .price .currency {
  font-size: 22px;
 }
}

@media screen and (max-width:850px) {
 #offer_top {
  padding: 0 20px;
 }
 #offer_header .offer_header_top {
  padding: 23px 0 0 0;
 }
 #offer_header .infos .info,
 #offer_header .infos .info:last-child,
 #offer_header .info {
  width: 100%;
  margin: 0 0 20px 0;
 }
 #offer_header .offer_header_bottom {
  flex-direction: column-reverse;
  padding: 14px 0;
 }
 #offer_header .offer_header_bottom .contacts {
  justify-content: flex-start;
  width: 100%;
  padding: 14px 0 0 0;
  margin: 14px 0 0 0;
  border-top: 1px solid #d1d3d5;
 }
 #offer_header .offer_header_bottom .right {
  justify-content: space-between;
  width: 100%;
 }
}

@media screen and (max-width:800px) {
 .gallery {
  height: 350px;
 }
}

@media screen and (max-width:700px) {
 .gallery .swiper-button-next {
  right: 15px;
  width: 12px;
  height: 22px;
  background: url('/img/internal/gallery-123-arrow-right.svg') center center no-repeat;
  background-size: 12px 22px;
 }
 .gallery .swiper-button-next:hover {
  background: url('/img/internal/gallery-123-arrow-right.svg') center center no-repeat;
  background-size: 12px 22px;
 }
 .gallery .swiper-button-prev {
  left: 15px;
  width: 12px;
  height: 22px;
  background: url('/img/internal/gallery-123-arrow-left.svg') center center no-repeat;
  background-size: 12px 22px;
 }
 .gallery .swiper-button-prev:hover {
  background: url('/img/internal//gallery-123-arrow-left.svg') center center no-repeat;
  background-size: 12px 22px;
 }
 #offer_header .enquiry {
  padding: 11px 17px;
  font-size: 15px;
 }
}

@media screen and (max-width:676px) {
 .gallery {
  height: 320px;
 }
 #content_price .price {
  font-size: 22px;
 }
 #content_price .price .currency {
  font-size: 20px;
 }
}

@media screen and (max-width:560px) {}

@media screen and (max-width:500px) {
 .gallery {
  height: 300px;
 }
 #offer_header .offer_header_bottom .contacts .text {
  margin: 0 12px 0 0;
 }
 #offer_header .offer_header_bottom .contacts .phone {
  margin: 0 14px 0 0;
 }
}

@media screen and (max-width:470px) {
 #offer_header .offer_header_bottom .contacts {
  flex-wrap: wrap;
 }
 #offer_header .offer_header_bottom .contacts .text {
  width: 100%;
  margin: 0 0 8px 0;
 }
}

@media screen and (max-width:450px) {
 #offer_header .enquiry {
  padding: 10px 16px;
  font-size: 14px;
 }
}

@media screen and (max-width:340px) {
 #offer_header .offer_header_bottom .contacts {
  flex-direction: column;
  align-items: flex-start;
 }
 #offer_header .offer_header_bottom .contacts .phone {
  margin: 0 0 6px 0;
 }
}
