@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("morphext.css");
@import url("animate.css");
@import url("owl/owl.carousel.min.css");
@import url("owl/owl.theme.default.min.css");
@import url("owl/owl.theme.green.min.css");
::-webkit-scrollbar {
  width: 0.5em;
  background-color: #191919;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px 7px #4b4b4b;
          box-shadow: 0 3px 12px 7px #4b4b4b;
  background-color: #737373;
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "dancing_in_the_rainbow";
  src: url("fonts/dancing_in_the_rainbow/dancing_in_the_rainbow.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #242424;
}

div[pseudo=-webkit-media-controls-overlay-enclosure] {
  display: none !important;
}

.mode {
  background-color: #F9A12EFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 3px;
}
.mode__item {
  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;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
}
.mode__item.activemode {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
}
.mode__item.activemode .fa-moon {
  color: black;
}
.mode__item.activemode .fa-sun {
  color: #f3b406;
}
.mode__item .fa-solid {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  color: white;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

.navigation {
  background-color: #242424;
  height: 75px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navigation.activenav {
  background-color: white;
  height: 90px;
}
.navigation .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 75px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navigation .wrapper.activewrapper {
  height: 90px;
}
.navigation .wrapper.activewrapper .brand {
  width: 370px;
}
.navigation .wrapper.activewrapper .brand__logo img {
  max-height: 85px;
}
.navigation .wrapper .brand {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 350px;
  -webkit-clip-path: polygon(100% 0, 83% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 83% 100%, 0 100%, 0 0);
}
.navigation .wrapper .brand__logo {
  display: block;
  background-color: #F9A12EFF;
}
.navigation .wrapper .brand__logo img {
  margin-left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 70px;
  max-width: 100%;
}
.navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-list__item {
  margin: 0px 15px;
  padding: 3px;
}
.navigation-list__item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #F9A12EFF;
  letter-spacing: 1.1px;
}
.navigation-list__item.close {
  display: none;
  background-color: #F9A12EFF;
}
.navigation-list__item.close a {
  color: #ebebeb;
}
.navigation-list__item.close a i {
  font-size: 1.5em;
}
.navigation-list__item:hover a {
  color: #ffbd2e;
}
.navigation .navigation-bar {
  display: none;
}

.services,
.advantages,
.partners,
.about {
  padding-top: 145px;
}

.presentation {
  position: relative;
  margin-top: 75px;
}
.presentation .layout {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(167, 105, 23, 0.521);
}
.presentation__heading {
  width: 800px;
  font-size: 5em;
  text-shadow: 0px 0px 10px black;
  color: white;
  font-weight: bold;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.presentation__heading span {
  text-shadow: 0px 0px 10px black;
  color: #F9A12EFF;
}
.presentation__video {
  overflow: hidden;
  height: 90vh;
}
.presentation__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.services {
  margin: 0 auto;
  text-align: center;
}
.services__heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 30px auto;
  padding: 20px;
  color: #ebebeb;
  border-bottom: 2px solid #F9A12EFF;
}
.services .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services .wrapper .services__photo img {
  width: 450px;
  height: 450px;
}
.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.services-list__item {
  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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 300px;
  height: 300px;
  padding: 25px;
  margin: 15px;
  background-color: #F9A12EFF;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 12px;
}
.services-list__item:hover {
  -webkit-clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
          clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
  -webkit-box-shadow: 0px 0px 7px 1px inset #F9A12EFF;
          box-shadow: 0px 0px 7px 1px inset #F9A12EFF;
  border-radius: 12px;
  background-color: white;
}
.services-list__item:hover .fa-solid {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #F9A12EFF;
  color: white;
}
.services-list__item:hover h3 {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.services-list__item:hover p {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.services-list__item .fa-solid {
  font-size: 2.5em;
  background-color: white;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #F9A12EFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.services-list__item h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  letter-spacing: 1.1px;
}
.services-list__item p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #242424;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  letter-spacing: 1.1px;
}

.advantages__heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 30px auto;
  padding: 20px;
  color: #ebebeb;
  border-bottom: 2px solid #F9A12EFF;
}
.advantages .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.advantages .wrapper .advantages__photo img {
  width: 480px;
  height: 480px;
}
.advantages-list {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
}
.advantages .accordion {
  background-color: #F9A12EFF;
  color: #242424;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid white;
}
.advantages .active,
.advantages .accordion:hover {
  background-color: #ffbd2e;
}
.advantages .accordion:after {
  content: "+";
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.advantages .active:after {
  content: "−";
}
.advantages .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.partners__heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 30px auto;
  padding: 20px;
  color: #ebebeb;
  border-bottom: 2px solid #F9A12EFF;
}
.partners-list__item {
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  text-align: center;
}
.partners-list__item--logo {
  border-radius: 40px;
  padding: 30px;
}
.partners-list__item--name {
  color: #f1f1f1;
}
.partners div.owl-nav {
  display: none;
}

.about__heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 30px auto;
  padding: 20px;
  color: #ebebeb;
  border-bottom: 2px solid #F9A12EFF;
}
.about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__photo {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 25px;
}
.about__photo img {
  -webkit-filter: grayscale(85%);
          filter: grayscale(85%);
  width: 100%;
  height: 100%;
}
.about-list {
  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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 70%;
  padding: 60px;
}
.about-list__heading {
  padding: 5px;
  border-bottom: 1px solid black;
}
.about-list__content {
  background-color: white;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px #F9A12EFF;
          box-shadow: 0px 0px 10px 0px #F9A12EFF;
  border-radius: 7px;
  text-align: justify;
}

.footer {
  position: relative;
}
.footer__top {
  height: 25vh;
  background-color: #F9A12EFF;
  text-align: center;
}
.footer__top img {
  width: 200px;
}
.footer__bottom {
  position: relative;
  background-color: #242424 !important;
}
.footer-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer-cards__item {
  text-align: center;
  width: 195px;
  height: 221px;
  margin: 3px;
  padding: 17px;
  border-radius: 7px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0 12px 1px #6b6b6b;
          box-shadow: 0 0 12px 1px #6b6b6b;
  background-color: rgba(39, 39, 39, 0.85);
}
.footer-cards__item:hover {
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
}
.footer-cards__item:hover.footer-cards--telegram {
  background-color: #28a8ea;
}
.footer-cards__item:hover.footer-cards--whatsapp {
  background-color: #4cca5a;
}
.footer-cards__item:hover.footer-cards--instagram {
  background-color: #d02873;
}
.footer-cards__item:hover.footer-cards--facebook {
  background-color: #3b5998;
}
.footer-cards__item:hover.footer-cards--youtube {
  background-color: red;
}
.footer-cards__item:hover .footer-cards__socials {
  color: white;
}
.footer-cards__link {
  display: block;
}
.footer-cards__logo {
  position: relative;
}
.footer-cards__logo .fab {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  font-size: 2.5em;
  border: 1.5px solid transparent;
  color: white;
}
.footer-cards__logo .fab.fa-telegram-plane {
  -webkit-box-shadow: 0 0 25px 1.3px #28a8ea;
          box-shadow: 0 0 25px 1.3px #28a8ea;
  border: 1.5px solid #28a8ea;
}
.footer-cards__logo .fab.fa-whatsapp {
  -webkit-box-shadow: 0 0 25px 1.3px #4cca5a;
          box-shadow: 0 0 25px 1.3px #4cca5a;
  border: 1.5px solid #4cca5a;
}
.footer-cards__logo .fab.fa-instagram {
  -webkit-box-shadow: 0 0 25px 1.3px #d02873;
          box-shadow: 0 0 25px 1.3px #d02873;
  border: 1.5px solid #d02873;
}
.footer-cards__logo .fab.fa-facebook-f {
  -webkit-box-shadow: 0 0 25px 1.3px #3b5998;
          box-shadow: 0 0 25px 1.3px #3b5998;
  border: 1.5px solid #3b5998;
}
.footer-cards__logo .fab.fa-youtube {
  -webkit-box-shadow: 0 0 25px 1.3px red;
          box-shadow: 0 0 25px 1.3px red;
  border: 1.5px solid red;
}
.footer-cards__title, .footer-cards__content, .footer-cards__socials {
  text-align: center;
  color: white;
}
.footer-cards__title {
  margin: 7px 0;
  letter-spacing: 1.3px;
  font-size: 1.5em;
}
.footer-cards__socials {
  font-family: "dancing_in_the_rainbow";
  font-weight: normal;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .socials--telegram {
  color: #28a8ea;
}
.footer .socials--whatsapp {
  color: #4cca5a;
}
.footer .socials--instagram {
  color: #d02873;
}
.footer .socials--facebook {
  color: #3b5998;
}
.footer .socials--youtube {
  color: red;
}
.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 195px;
}
.footer-navigation__item {
  margin: 0 5px;
  border-right: 1px solid white;
}
.footer-navigation__item:last-child {
  border-right: none;
}
.footer-navigation__link {
  display: block;
  text-align: center;
  padding: 7px 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #858585;
}
.footer-navigation__link:hover {
  color: whitesmoke;
}
.footer-navigation__link:hover .fal {
  color: #57b691;
}
.footer-navigation__link .fal {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: whitesmoke;
}
.footer-copyright {
  height: 29px;
  line-height: 29px;
}
.footer-copyright__content {
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 0.9em;
  color: white;
}
.footer hr {
  margin: 7px 0;
  border-color: #858585;
}

@media screen and (max-width: 1023px) {
  .navigation .wrapper {
    position: relative;
  }
  .navigation-list {
    border-top: 3px solid #F9A12EFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.884);
  }
  .navigation-list__item {
    cursor: pointer;
    border-bottom: 1px solid #ffb048;
    padding: 10px;
  }
  .navigation-list__item.close {
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .navigation .navigation-bar {
    cursor: pointer;
    margin: 0 7px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60px;
    height: 50px;
    background-color: #202020;
    padding: 10px;
    border-radius: 3px;
  }
  .navigation .navigation-bar__item {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
  }

  .services,
.advantages,
.partners,
.about {
    padding-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .navigation .wrapper .navigation-list {
    top: -320px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .navigation .wrapper .navigation-list__item {
    margin: 0 8px;
    padding: 0;
  }
  .navigation .wrapper .navigation-list__item a {
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 767px) {
  .presentation__heading {
    width: 320px;
    font-size: 2em;
  }
  .presentation__video {
    height: 29vh;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .presentation__heading {
    width: 500px;
    font-size: 3em;
  }
  .presentation__video {
    height: 51vh;
  }
}
@media screen and (max-width: 767px) {
  .services__photo {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .services__photo {
    display: none;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .services .wrapper .services__photo img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__photo {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .advantages__photo {
    display: none;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .advantages .wrapper .advantages__photo img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .partners-list__item--name {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .partners-list__item--name {
    font-size: 12px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .partners-list__item--name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .about__photo {
    margin-bottom: 5px;
    padding: 10px;
  }
  .about-list {
    width: 100%;
    padding: 0px;
  }
  .about-list__heading {
    margin-bottom: 5px;
  }
  .about-list__content {
    padding: 10px;
    font-size: 13px;
    text-align: justify;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .about .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .about__photo {
    margin-bottom: 5px;
    padding: 10px;
  }
  .about-list {
    width: 100%;
    padding: 0px;
  }
  .about-list__heading {
    margin-bottom: 5px;
  }
  .about-list__content {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .about .wrapper {
    padding: 20px;
  }
  .about__photo {
    width: 40%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5px;
    margin-right: 20px;
  }
  .about-list {
    padding: 0px;
  }
  .about-list__heading {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer__top {
    height: 90px;
  }
  .footer__top img {
    display: none;
  }
  .footer .footer-cards {
    top: 33%;
  }
  .footer .footer-cards__item {
    width: 79px;
    height: 79px;
  }
  .footer .footer-cards__item h1,
.footer .footer-cards__item p {
    display: none;
  }
  .footer .footer-cards__item strong {
    font-size: 12px;
  }
  .footer .footer-cards__logo .fab {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 1.5em;
  }
  .footer-navigation {
    height: 70px;
  }
  .footer-navigation__item {
    margin: 0;
  }
  .footer-navigation__link {
    font-size: 12px;
    padding: 7px 5px;
  }
  .footer-copyright {
    height: 20px;
    line-height: 20px;
  }
  .footer-copyright__content {
    text-align: center;
    letter-spacing: 1.3px;
    font-size: 0.7em;
    color: white;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer__top {
    height: 90px;
  }
  .footer__top img {
    display: none;
  }
  .footer .footer-cards {
    top: 33%;
  }
  .footer .footer-cards__item {
    width: 90px;
    height: 90px;
  }
  .footer .footer-cards__item h1,
.footer .footer-cards__item p {
    display: none;
  }
  .footer .footer-cards__item strong {
    font-size: 15px;
  }
  .footer .footer-cards__logo .fab {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.5em;
  }
  .footer-navigation {
    height: 70px;
  }
  .footer-navigation__item {
    margin: 0;
  }
  .footer-navigation__link {
    font-size: 15px;
    padding: 7px 10px;
  }
  .footer-copyright {
    height: 20px;
    line-height: 20px;
  }
  .footer-copyright__content {
    text-align: center;
    letter-spacing: 1.3px;
    font-size: 0.9em;
    color: white;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .footer__top {
    height: 120px;
  }
  .footer .footer-cards__item {
    width: 147px;
    height: 179px;
  }
  .footer .footer-cards__item p {
    display: none;
  }
}
/* HTML: <div class="loader"></div> */
.load__layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 6;
  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;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.3s;
  transition: opacity 0.9s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.9s;
  transition: transform 0.3s, opacity 0.9s, -webkit-transform 0.3s;
}

.loader {
  --c: no-repeat linear-gradient(orange 0 0);
  background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c);
  background-size: 30px 30px;
  -webkit-animation: l32-1 1.5s infinite, l32-2 1.5s infinite;
          animation: l32-1 1.5s infinite, l32-2 1.5s infinite;
}

@-webkit-keyframes l32-1 {
  0%, 100% {
    width: 95px;
    height: 95px;
  }
  35%, 65% {
    width: 125px;
    height: 125px;
  }
}

@keyframes l32-1 {
  0%, 100% {
    width: 95px;
    height: 95px;
  }
  35%, 65% {
    width: 125px;
    height: 125px;
  }
}
@-webkit-keyframes l32-2 {
  0%, 40% {
    background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%;
  }
  60%, 100% {
    background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%;
  }
}
@keyframes l32-2 {
  0%, 40% {
    background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%;
  }
  60%, 100% {
    background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%;
  }
}
/*# sourceMappingURL=style.css.map */