@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.eot");
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.eot");
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueLight.eot");
  src: local("Bebas Neue Light"), local("BebasNeueLight"), url("../fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueLight.woff") format("woff"), url("../fonts/BebasNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Thin.eot");
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"), url("../fonts/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Thin.woff") format("woff"), url("../fonts/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Book";
  src: url("../fonts/BebasNeueBook.eot");
  src: local("Bebas Neue Book"), local("BebasNeueBook"), url("../fonts/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBook.woff") format("woff"), url("../fonts/BebasNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.container {
  max-width: 986px;
  margin: 0 auto;
}

.pv-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

main {
  padding: 50px 0;
}

.head-section__info-block {
  padding: 20px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  border: 1px solid #3D3D3D;
  background-color: rgba(45, 45, 45, 0.25);
  -webkit-backdrop-filter: blur(10);
          backdrop-filter: blur(10);
}
.head-section__info-block__logo {
  width: 30%;
}
.head-section__info-block__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-section__info-block__information {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.head-section__info-block__information__title {
  font-size: 45px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.head-section__info-block__information__content {
  font-size: 25px;
  color: #BFBFBF;
  text-transform: uppercase;
}
.head-section__info-block__information__content p {
  margin: 0;
  letter-spacing: 0.04em;
}
.head-section__info-block__information__content p > span {
  color: #F12121 !important;
}

.services-section__info-block {
  gap: 20px 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.services-section__info-block__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services-section__info-block__item__head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.services-section__info-block__item__head__img {
  width: 50px;
  height: 50px;
}
.services-section__info-block__item__head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section__info-block__item__head__name {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  flex: 1;
  transform: translateY(5px);
}
.services-section__info-block__item__head::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  border-radius: 100px;
  background-color: #ffffff;
}
.services-section__info-block__item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services-section__info-block__item__content__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid #3D3D3D;
  border-radius: 15px;
  background-color: rgba(45, 45, 45, 0.25);
  -webkit-backdrop-filter: blur(10);
          backdrop-filter: blur(10);
  padding: 10px 30px;
  transition: all 0.3s;
}
.services-section__info-block__item__content__link:hover {
  background-color: rgba(45, 45, 45, 0.8);
  scale: 1.05;
}
.services-section__info-block__item__content__link__logo-name {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.services-section__info-block__item__content__link__logo-name__logo {
  width: 55px;
  height: 55px;
}
.services-section__info-block__item__content__link__logo-name__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section__info-block__item__content__link__logo-name__name {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  flex: 1;
}
.services-section__info-block__item__content__link__img {
  width: 30px;
  height: auto;
}
.services-section__info-block__item__content__link__img_copy {
  cursor: pointer;
}
.services-section__info-block__item__content__link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section__info-block .line {
  position: relative;
  width: 4px;
  height: auto;
  flex: none;
  margin: 0 auto;
}
.services-section__info-block .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #FFFFFF;
  opacity: 0.1;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.copy-notification {
  visibility: hidden;
  min-width: 250px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  font-size: 17px;
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
}
.copy-notification.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1060px) {
  .container {
    max-width: 90%;
  }
  .services-section__info-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .services-section__info-block .line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding: 30px 0;
  }
  .head-section__info-block__information__title {
    font-size: 40px;
  }
  .head-section__info-block__information__content {
    font-size: 20px;
  }
  .services-section__info-block__item__head__name {
    font-size: 40px;
  }
}
@media screen and (max-width: 580px) {
  .services-section__info-block {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 480px) {
  .head-section__info-block {
    flex-direction: column;
    gap: 30px;
  }
  .head-section__info-block__logo {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .services-section__info-block__item__head__name {
    font-size: 30px;
  }
  .services-section__info-block__item__content__link__logo-name__name {
    font-size: 20px;
  }
  .services-section__info-block__item__content__link__logo-name__logo {
    width: 40px;
    height: 40px;
  }
  .services-section__info-block__item__head__img {
    width: 45px;
    height: 45px;
  }
}/*# sourceMappingURL=main.css.map */