.kurinets__footer {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding: 2rem 0;
  background-color: #131313;
}
.kurinets__footer-content {
  position: relative;
  z-index: 0;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.kurinets__footer-content-info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.kurinets__footer-content-info-logo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kurinets__footer-content-info-logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kurinets__footer-content-info-logo a img {
  width: 50%;
  min-width: 120px;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.kurinets__footer-content-info-data {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Lora", serif;
  color: #FFFFFF;
}
.kurinets__footer-content-info-data h2 {
  font-size: 1.3rem;
  font-weight: 500;
}
.kurinets__footer-content-info-data p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.kurinets__footer-content-contact {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #FFFFFF;
  font-family: "Lora", serif;
}
.kurinets__footer-content-contact-title {
  font-size: 1.3rem;
  font-weight: 500;
}
.kurinets__footer-content-contact-link {
  font-size: 1.2rem;
  font-weight: 500;
  list-style: none;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.kurinets__footer-content-contact-link:hover {
  -webkit-text-decoration: underline 1px #FFFFFF;
          text-decoration: underline 1px #FFFFFF;
}
.kurinets__footer-content-rrss {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.kurinets__footer-content-rrss-title {
  width: 100%;
  height: auto;
  font-family: "Lora", serif;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.kurinets__footer-content-rrss-items {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.kurinets__footer-content-rrss-items svg {
  width: 3em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #FFFFFF;
}

@media (min-width: 1200px) {
  .kurinets__footer {
    padding: 2vw 0;
    gap: 2vw;
  }
  .kurinets__footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 1vw;
  }
  .kurinets__footer-content-info {
    gap: 1vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kurinets__footer-content-info-logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .kurinets__footer-content-info-data {
    gap: 1vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kurinets__footer-content-info-data h2 {
    font-size: 1.2vw;
  }
  .kurinets__footer-content-info-data p {
    font-size: 1vw;
    text-align: left;
  }
  .kurinets__footer-content-contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kurinets__footer-content-contact-title {
    font-size: 1.2vw;
  }
  .kurinets__footer-content-contact-link {
    font-size: 1vw;
  }
  .kurinets__footer-content-contact-link:hover {
    -webkit-text-decoration: underline 0.1vw #FFFFFF;
            text-decoration: underline 0.1vw #FFFFFF;
  }
  .kurinets__footer-content-rrss {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1vw;
  }
  .kurinets__footer-content-rrss-title {
    font-size: 1.2vw;
    text-align: left;
  }
  .kurinets__footer-content-rrss-items {
    gap: 1vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .kurinets__footer-content-rrss-items svg {
    width: 2.5vw;
  }
}