*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans';
}

.indent {
  padding: 0px 20px;
}

.preview-building {
  width: 100%;
  height: 153px;
  object-fit: cover;
}

.title {
  color: #0B2F64;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  font-family: Open Sans;
  text-transform: uppercase;
}

.title .single {
  color: #009AE7;
}

.subtitle {
  font-weight: 600;
  font-family: Open Sans;
  font-size: 24px;
  line-height: 33px;
  color: #0B2F64;
}

.description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #48505B;
}

.btn {
  border: 0px;
  outline: 0px;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 13px;
  background: #009AE7;
  text-transform: uppercase;
}

.list {
  display: grid;
  margin-top: 35px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.list .item {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.list .item:last-child {
  grid-column: 1/3;
}

.list .item .item__icon {
  width: 35px;
  height: auto;
  margin-right: 10px;
}

.list .item .description {
  margin: 0px;
}

.menu {
  display: inline;
}

.menu .menu__item {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  color: #48505B;
}

.navigation {
  display: none;
}

.link {
  color: #48505B;
  text-decoration: none;
}

.huge__content, .about-huge {
  display: none;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header .tiny__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header .tiny__content .swiper-container {
  width: 100%;
}

.header .tiny__content .swiper-container .swiper-wrapper {
  width: 100%;
}

.header .tiny__content .swiper-container .swiper-wrapper .swiper-slide .trc-preview-building {
  width: 100%;
  height: 400px;
}

.header .tiny__content .swiper-container .swiper-wrapper .swiper-slide .trc-preview-building .trc-building-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .helmet {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header .title {
  text-align: center;
}

.bid {
  margin-top: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bid form .title {
  margin-bottom: 30px;
}

.bid form .input-box {
  position: relative;
}

.bid form .input-box input, .bid form .input-box textarea {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 600;
  color: #0B2F64;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid #DEE3E3;
}

.bid form .input-box input:focus, .bid form .input-box input:valid, .bid form .input-box textarea:focus, .bid form .input-box textarea:valid {
  outline: none;
}

.bid form .input-box input:focus label, .bid form .input-box input:valid label, .bid form .input-box textarea:focus label, .bid form .input-box textarea:valid label {
  transform: translateY(-40px);
  font-size: 14px;
}

.bid form .input-box label {
  position: absolute;
  top: 18px;
  left: 25px;
  color: #CCD0D4;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  text-transform: uppercase;
}

.footer {
  padding: 50px 20px;
}

.footer .contact {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .contact .contact__title {
  color: #CCD0D4;
}

.footer .contact .contact__text {
  color: #48505B;
}

@media screen and (min-width: 768px) {
  .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .list .item:last-child {
    grid-column: 2/3;
  }
  body .header {
    padding: 0px 0px 110px 0px;
  }
  body .header .title {
    text-align: center;
    max-width: 465px;
  }
  body .about .preview-building {
    border-radius: 15px;
  }
  body .about .location {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body .about .location .description {
    max-width: 320px;
  }
  body .bid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .bid .title {
    text-align: center;
    max-width: 480px;
  }
  body .footer .footer__bottom {
    display: flex;
    justify-content: space-between;
  }
  body .footer .menu {
    padding: 0px;
  }
  body .footer .info {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .about {
    display: none;
  }
  .indent {
    padding: 0px 100px;
  }
  .title {
    font-size: 55px;
  }
  body .header {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100vh;
  }
  body .header .tiny__content {
    display: none;
  }
  body .header .navigation {
    display: inline;
  }
  body .header .navigation .menu {
    display: inline-block;
  }
  body .header .navigation .menu .menu__item {
    display: inline-block;
    margin-right: 20px;
  }
  body .header .navigation .menu .menu__item:last-child {
    margin-right: 0px;
  }
  body .header .huge__content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body .header .huge__content .content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body .header .huge__content .content .title {
    text-align: left;
  }
  body .header .huge__content .swiper-container {
    width: 100%;
  }
  body .header .huge__content .swiper-container .swiper-wrapper {
    width: 100%;
  }
  body .header .huge__content .swiper-container .swiper-wrapper .swiper-slide .trc-preview-building {
    width: 100%;
    height: 400px;
  }
  body .header .huge__content .swiper-container .swiper-wrapper .swiper-slide .trc-preview-building .trc-building-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  body .about-huge {
    display: flex;
    flex-direction: column;
    margin: 100px 0px;
  }
  body .about-huge .about__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body .about-huge .about__content .content {
    display: flex;
    flex-direction: column;
  }
  body .about-huge .about__content .content .description {
    margin-top: 20px;
  }
  body .about-huge .about__content .location {
    display: flex;
  }
  body .about-huge .about__content .location .description {
    max-width: 320px;
    margin: 0px;
  }
  body .about-huge .preview-building {
    height: 380px;
    margin-top: 50px;
  }
  body .about-huge .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  body .about-huge .list .item:last-child {
    grid-column: 5/6;
  }
  body .bid .title {
    max-width: 1000px;
  }
  body .footer .footer__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  body .footer .logo {
    display: none;
  }
  body .footer .menu {
    text-align: center;
  }
}
