/* Design Language */
/* App */
html {
  min-height: 100%;
  background: #EEEEEE;
  scroll-behavior: smooth; }

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.125rem;
  min-height: 100%;
  color: #000;
  background: #EEEEEE;
  letter-spacing: -0.54px;
  line-height: 150%; }

@media screen and (max-width: 899px) {
  body {
    font-size: 1rem; } }
.grid-container {
  max-width: 90rem; }

button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", Arial, sans-serif; }

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  line-height: 1.5; }

a {
  color: #FEB104;
  text-decoration: none; }
  a:hover, a:active {
    color: #FEB104;
    text-decoration: none; }

strong {
  font-weight: 600; }

.light {
  opacity: 0.65; }

.cell {
  padding-bottom: 60px; }
  .cell.nbp {
    padding-bottom: 0; }

@media screen and (max-width: 899px) {
  .cell {
    padding-top: 40px; }
    .cell.nbp {
      padding-bottom: 0; } }
.title-screen {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 150px;
  flex-direction: column;
  text-align: center; }
  .title-screen p {
    color: #fff;
    font-size: 1rem; }
  .title-screen a, .title-screen a:hover, .title-screen a:active {
    color: #fff; }
  .title-screen .subtitle {
    margin-bottom: 2.75rem;
    font-weight: 500; }

.hero, .main-tiles, .intro {
  color: #F2F2F2; }

.hero {
  height: 536px;
  background: url("../img/hero.jpg") center center no-repeat;
  background-size: cover;
  border-top: 8px solid #FEB104; }

@media screen and (max-width: 899px) {
  .hero {
    height: 450px;
    border-top: 4px solid #FEB104; } }
h1 {
  margin-bottom: 0;
  padding-top: 35px;
  color: #FEB104;
  font-size: 2.75rem;
  font-weight: 700; }

@media screen and (max-width: 899px) {
  h1 {
    padding-top: 6px;
    font-size: 2.1rem; } }
.logo {
  margin-top: 92px;
  padding: 0 0 0px 160px;
  background: url("../img/logo.png") no-repeat;
  background-size: 166px 177px;
  background-position: 0 0; }

@media screen and (max-width: 899px) {
  .logo {
    margin-top: 40px;
    padding: 0 0 0px 110px;
    background-size: 116px 124px; } }
h2 {
  margin-bottom: 60px;
  padding-bottom: 80px;
  color: #F2F2F2;
  font-size: 1.438rem;
  font-weight: 600; }

@media screen and (max-width: 899px) {
  h2 {
    margin-bottom: 30px;
    font-size: 1.25rem; } }
h3 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500; }

.contacts {
  font-size: 0; }
  .contacts a {
    display: inline-block;
    margin-right: 24px;
    padding: 14px 24px 14px 60px;
    color: #000000;
    border-radius: 50px;
    font-size: 1.188rem;
    font-weight: 600;
    background: url("../img/ico-phone.svg") 24px center no-repeat #FEB104;
    transition: all 0.15s ease-out; }
    .contacts a.mail {
      background: url("../img/ico-mail.svg") 24px center no-repeat #FEB104; }
    .contacts a:hover {
      transform: scale(1.04); }

@media screen and (max-width: 899px) {
  .contacts {
    text-align: center; }
    .contacts a {
      margin-bottom: 16px;
      padding: 14px 14px 14px 48px;
      font-size: 1.063rem;
      background-position: 17px center; }
      .contacts a.mail {
        background: url("../img/ico-mail.svg") 17px center no-repeat #FEB104; } }
.contact-footer .contacts {
  margin-bottom: 24px; }

.tile {
  border-radius: 16px; }

.main-tiles span, .intro .tile span:first-child {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.96px; }

@media screen and (max-width: 899px) {
  .main-tiles span, .intro .tile span:first-child {
    font-size: 1.6rem;
    letter-spacing: -0.5px; } }
.main-tiles {
  padding-top: 52px;
  padding-bottom: 52px; }
  .main-tiles .tile {
    padding: 20px 20px 16px 80px;
    background: url("../img/tile-free.svg") 24px center no-repeat #000621; }
    .main-tiles .tile.experience {
      background-image: url("../img/tile-experience.svg"); }
    .main-tiles .tile.guarantee {
      background-image: url("../img/tile-guarantee.svg"); }

@media screen and (max-width: 899px) {
  .main-tiles {
    padding-top: 32px;
    padding-bottom: 32px; }
    .main-tiles .cell {
      padding-top: 4px;
      padding-bottom: 4px; } }
.intro {
  padding-top: 60px;
  background: #000621; }
  .intro .tile {
    padding: 20px 20px;
    background: rgba(242, 242, 242, 0.1); }
    .intro .tile span:last-child {
      display: inline-block;
      margin-top: 6px;
      padding: 0 10px;
      color: #000621;
      border-radius: 5px;
      font-weight: 500;
      background: #FEB104; }

@media screen and (max-width: 899px) {
  .intro {
    padding-top: 0; }
    .intro .cell:first-child {
      padding-bottom: 4px; }
    .intro .cell:last-child {
      padding-top: 4px; }
    .intro .cell.mid-cell {
      padding-top: 4px;
      padding-bottom: 4px; } }
.main-content {
  margin-top: -28px; }
  .main-content .contacts {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 16px; }
    .main-content .contacts a {
      background-image: none;
      padding: 14px 36px 14px 36px; }

@media screen and (max-width: 899px) {
  .main-content {
    margin-top: 0; }
    .main-content .contacts {
      margin-bottom: 0; } }
.content-container {
  padding: 16px 20px 20px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08); }

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .gallery a {
    display: block;
    flex: 0 0 calc(100% / 2 - 24px * (2 - 1) / 2);
    padding-top: 350px;
    color: #000;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.15s ease-out; }
    .gallery a span {
      display: inline-block;
      width: 100%;
      padding: 20px 10px;
      border-radius: 0 0 7px 7px;
      text-align: center;
      background: #fff; }
    .gallery a:hover {
      transform: scale(1.02);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 899px) {
  .gallery a {
    flex: 0 0 100%;
    padding-top: 180px; } }
.services ul {
  margin: 0; }
.services li {
  list-style-type: none;
  padding: 8px 0 8px 26px;
  border-bottom: 1px solid #EEEEEE;
  background: url("../img/li-arrow.svg") left center no-repeat; }
  .services li:last-child {
    border-bottom: none; }

/*# sourceMappingURL=app.css.map */
