@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #E5E5E5; }

a {
  color: #E42E24; }

p {
  line-height: 1.4; }

ul {
  margin-left: 20px;
  padding: 0; }

.container {
  padding: 0 20px; }

.wrapper {
  max-width: 460px;
  margin: 40px auto;
  background-color: #ffffff;
  padding-top: 40px; }
  .wrapper h2 {
    font-size: 24px;
    padding: 0 20px; }
  @media (max-width: 460px) {
    .wrapper {
      margin: 0 auto; } }

.header {
  text-align: center; }
  .header__image {
    margin: 40px 0; }
  .header h3 {
    font-size: 18px; }

.buttons {
  padding: 0 20px;
  display: flex;
  flex-direction: column; }
  .buttons a {
    background: #E42E24;
    border-radius: 4px;
    padding: 18px 32px;
    margin: 10px 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none; }

.banner {
  background: #E42E24;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 16px; }

.content {
  padding: 0 20px; }
  .content ul {
    margin-bottom: 30px; }
    .content ul li {
      margin-bottom: 10px; }

.generalplan img {
  width: 100%; }

.sale {
  background: #E42E24;
  margin: 0 20px;
  border-radius: 10px;
  padding: 50px 40px;
  color: #ffffff; }
  .sale__date {
    font-size: 18px;
    margin: 30px 0; }
  .sale__title {
    font-size: 28px;
    margin-bottom: 30px; }
  .sale__description {
    font-size: 14px;
    line-height: 1.4; }

.infrastructure__items {
  padding: 0 20px; }
.infrastructure__item {
  display: flex;
  margin: 30px 0; }
.infrastructure__icon {
  margin-right: 20px; }
.infrastructure__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }
.infrastructure__description {
  line-height: 1.4;
  font-size: 16px; }

.gallery {
  position: relative; }
  .gallery .swiper-container {
    margin: 0 20px; }
  .gallery .slide {
    overflow: hidden; }

.contact .address {
  margin-bottom: 20px;
  line-height: 1.4; }

.agents {
  overflow: hidden; }

.agent {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .agent__image {
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px; }
  .agent__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px; }
  .agent__position {
    font-size: 13px; }

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important; }

.swiper-pagination-bullet-active {
  background: #E42E24 !important; }

footer {
  margin-top: 40px;
  border-top: 2px solid #E42E24;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
  footer a {
    margin: 5px; }

.transport__item {
  margin-bottom: 40px;
  display: flex; }
.transport__icon {
  margin-right: 20px; }
.transport__title {
  margin-bottom: 10px;
  font-size: 16px; }

.route-time {
  display: flex; }
  .route-time__item {
    display: flex;
    align-items: center;
    margin-right: 20px; }
  .route-time__icon {
    margin-right: 10px;
    display: flex;
    align-items: center; }
  .route-time__text {
    color: #8A8A8A;
    font-size: 16px; }

.flats-slider {
  padding: 0 20px;
  text-align: center; }

.flat__image {
  margin-bottom: 20px; }
.flat__title {
  margin-bottom: 10px; }
.flat__price {
  font-weight: bold;
  margin-bottom: 20px; }

form .input-wrapper {
  margin-bottom: 20px; }
form input, form select {
  width: 100%;
  border: none;
  padding: 14px 20px;
  border-radius: 4px;
  outline: none; }
form input[type='submit'] {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff; }

.fancybox-content {
  background-color: #E42E24 !important;
  border-radius: 10px;
  color: #ffffff; }

.form-terms {
  font-size: 12px; }
  .form-terms a {
    color: #ffffff; }

.gallery-slider, .flats-slider {
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
