@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Rubik", sans-serif;
  height: 100%;
  width: 100%;
}

.container {
  margin: 0 100px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
}

.bg {
  background: url("bg.jpg") no-repeat center center;
  background-size: cover;
}

header {
  border-bottom: 5px solid #ffffff;
}

.header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.header .info .phone {
  display: flex;
  flex-direction: column;
}
.header .info .phone a {
  color: #1A1A1A;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  text-align: right;
}
.header .info .phone span {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
.header .info .icons {
  display: flex;
  gap: 15px;
}

.main {
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  padding: 40px 20px;
}
.main h1 {
  color: #1A1A1A;
  font-size: 80px;
  font-weight: 700;
}
.main h2 {
  color: #1A1A1A;
  font-size: 48px;
  font-weight: 400;
}
.main .info {
  margin-top: 50px;
}
.main .info__item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
}
.main .info__item p {
  color: #1A1A1A;
  font-size: 32px;
  font-weight: 500;
}
.main .info__item span {
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 400;
}
.main .buttons {
  margin-top: 50px;
}

footer {
  background: #ECECEC;
  padding: 40px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .logo {
  display: flex;
  flex-direction: column;
}
.footer .logo span {
  font-weight: 400;
  font-size: 14px;
}
.footer .text .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.footer .text .info .phone {
  display: flex;
  flex-direction: column;
}
.footer .text .info .phone a {
  color: #1A1A1A;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  text-align: right;
}
.footer .text .info .phone span {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
.footer .text .info .address {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .text .info .address span {
  text-align: right;
}
.footer .text .info .icons {
  display: flex;
  gap: 15px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #000000;
  padding: 20px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .container {
    margin: 0 30px;
  }
  .main h1 {
    font-size: 52px;
  }
  .main h2 {
    font-size: 38px;
  }
  .main .info__item p {
    font-size: 28px;
  }
  .main .info__item span {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .container {
    margin: 0 30px;
  }
  .header .info {
    flex-direction: column;
  }
  .header .info .phone a {
    text-align: center;
    font-size: 24px;
  }
  .header .info .phone span {
    font-size: 16px;
    text-align: center;
  }
  .main h1 {
    font-size: 42px;
  }
  .main h2 {
    font-size: 30px;
  }
  .main .info__item p {
    font-size: 24px;
  }
  .main .info__item span {
    font-size: 16px;
  }
  footer {
    padding: 20px 0;
  }
  .footer .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer .text .info {
    flex-direction: column-reverse;
  }
  .footer .text .info .phone a {
    font-size: 24px;
    text-align: center;
  }
  .footer .text .info .phone span {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .container {
    margin: 0 20px;
  }
  .header {
    flex-direction: column;
  }
  .header .logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .header .logo a {
    text-align: center;
  }
  .header .logo img {
    width: 60%;
  }
  .header .info {
    flex-direction: column;
  }
  .header .info .phone a {
    text-align: center;
    font-size: 22px;
  }
  .header .info .phone span {
    font-size: 14px;
    text-align: center;
  }
  .header .info .icons {
    justify-content: center;
  }
  .header .info .icons img {
    width: 50px;
  }
  .main h1 {
    font-size: 32px;
    text-align: center;
  }
  .main h2 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  .main .info__item {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .main .info__item img {
    width: 60px;
  }
  .main .info__item p {
    text-align: center;
    font-size: 20px;
  }
  .main .info__item span {
    text-align: center;
    display: inline-block;
    font-size: 14px;
  }
  .main .buttons {
    display: flex;
    justify-content: center;
  }
  footer {
    padding: 20px 0;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .footer .logo {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .footer .logo a {
    text-align: center;
  }
  .footer .logo span {
    text-align: center;
  }
  .footer .logo img {
    width: 60%;
  }
  .footer .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer .text .info {
    flex-direction: column-reverse;
  }
  .footer .text .info .phone a {
    font-size: 22px;
    text-align: center;
  }
  .footer .text .info .phone span {
    font-size: 14px;
    text-align: center;
  }
  .footer .text .info .icons {
    justify-content: center;
  }
  .footer .text .info .icons img {
    width: 50px;
  }
  .button {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */