/* KONTAKTA OSS */

.contact-first {
  background-color: var(--primary-color);
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.contact-first h2 {
  font-size: 60px;
  text-align: center;
  color: var(--white-color);
}

.contact-first h3.underline {
  color: var(--white-color);
}

.contact-first p {
  font-size: 22px;
}

.contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-us h3.underline {
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-us p {
  font-size: 22px;
}

.contact-more {
  background-color: var(--warm-white-color);
  padding: 25px 0;
}

.contact-more > .container {
  padding: 0;
}

.contact-more h3.underline {
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-more .card img {
  height: 100%;
  object-fit: cover;
}

.contact-more .container {
  padding: 25px 0 0 0;
}

.contact-more .card {
  border: 0px solid red;
}

.contact-more .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.contact-more .email {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 25px 25px;
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .contact-first {
    padding: 25px 25px;
  }

  .contact-first h2 {
    font-size: 40px;
  }

  .contact-first h3.underline {
    font-size: 25px;
  }

  .contact-first p {
    font-size: 16px;
  }

  .contact-us {
    border: 0px solid red;
    padding: 25px 25px;
  }

  .contact-us p {
    font-size: 16px;
  }

  .contact-more {
    background-color: var(--warm-white-color);
    width: auto;
  }

  .contact-more .card {
    width: 90%;
  }

  .contact-more .card img {
    width: 100%;
  }

  .contact-more h3.underline {
    font-size: 25px;
  }

  .contact-more p {
    padding: 0 25px;
  }

  .contact-more .grid.grid-3 {
    border: 0px solid red;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-more .email {
    width: auto;
  }

  body > section.contact-more > div:nth-child(2) > div.container.grid.grid-3 > div > p {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 50px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 425px) and (max-width: 480px) {
  .contact-first {
    padding: inherit;
  }

  .contact-first h2 {
    font-size: 40px;
  }

  .contact-first h3.underline {
    font-size: 25px;
  }

  .contact-first p {
    font-size: 18px;
  }

  .contact-us {
    padding: inherit;
  }

  .contact-us p {
    font-size: 18px;
    text-align: center;
  }

  .contact-more {
    background-color: var(--warm-white-color);
    width: auto;
  }

  .contact-more .card {
    width: 90%;
  }

  .contact-more .card img {
    width: 100%;
  }

  .contact-more h3.underline {
    font-size: 25px;
  }

  .contact-more p {
    padding: 25px;
    text-align: left;
  }

  .contact-more .grid.grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-more .email {
    width: auto;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 100px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  body {
    border: 0px solid green;
  }

  .contact-first {
    padding: 50px 50px;
  }

  .contact-first h2 {
    font-size: 50px;
  }

  .contact-first h3.underline {
    font-size: 25px;
  }

  .contact-first p {
    font-size: 20px;
  }

  .contact-us {
    border: 0px solid red;
    padding: 50px 50px;
  }

  .contact-us p {
    font-size: 16px;
  }

  .contact-more .card {
    width: 90%;
  }

  .contact-more .card img {
    width: 100%;
  }

  .contact-more h3.underline {
    font-size: 25px;
  }

  .contact-more .grid.grid-3 {
    border: 0px solid red;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-more .email {
    width: auto;
  }
  .footer {
    height: auto;
    padding: 25px 25px 25px 25px;
    max-width: 100%;
  }

  .footer .grid {
    gap: 25px;
    margin-left: 50px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 110px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    border: 0px solid orange;
  }

  .contact-first {
    padding: 50px 50px;
  }

  .contact-first h2 {
    font-size: 50px;
  }

  .contact-first h3.underline {
    font-size: 25px;
  }

  .contact-first p {
    font-size: 20px;
  }

  .contact-us {
    border: 0px solid red;
    padding: 50px 50px;
  }

  .contact-us p {
    font-size: 16px;
  }

  .contact-more .card {
    width: 90%;
  }

  .contact-more .card img {
    width: 100%;
  }

  .contact-more h3.underline {
    font-size: 25px;
  }

  .contact-more .grid.grid-3 {
    border: 0px solid red;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-more .email {
    width: auto;
  }

  .footer {
    height: auto;
    padding: 25px 25px 25px 25px;
    max-width: 100%;
  }

  .footer .grid {
    gap: 25px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body {
    border: 0px solid green;
  }

  .contact-first h2 {
    font-size: 60px;
  }

  .contact-first h3.underline {
    font-size: 30px;
  }

  .contact-first p {
    font-size: 22px;
  }

  .contact-us {
    border: 0px solid red;
    padding: 50px 50px;
    height: auto;
  }

  .contact-us p {
    font-size: 22px;
  }

  .contact-more .card {
    width: 90%;
  }

  .contact-more .card img {
    width: 100%;
  }

  .contact-more h3.underline {
    font-size: 25px;
  }

  .contact-more .grid.grid-3 {
    border: 0px solid red;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .contact-more .email {
    width: auto;
  }
}

@media screen and (min-width: 1201px) {
  .container {
    max-width: 1440px;
  }
}
