@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Nunito:wght@200..1000&display=swap");
.header {
  font-size: clamp(14px, 2vw, 18px);
  color: rgb(224, 224, 224);
  height: 110px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__logo-group {
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__logo-image {
  width: 64px;
}
.header__logo-title {
  color: rgb(224, 224, 224);
  font-size: 16px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header__list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header__list-contacts img {
  width: 24px;
}

.header.active {
  background-color: rgb(48, 48, 48);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts a {
  margin: 0 10px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger {
  display: none;
  position: relative;
  z-index: 50;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
  height: 18px;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger span {
  height: 2px;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: white;
}
.burger.active::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translate(0, 50%);
      -ms-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
}
.burger.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.main {
  height: 100%;
}

.welcome {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), color-stop(88%, rgba(23, 23, 23, 0.95)), to(rgb(39, 39, 39)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.84) 0%, rgba(23, 23, 23, 0.95) 88%, rgb(39, 39, 39) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(23, 23, 23, 0.95) 88%, rgb(39, 39, 39) 100%);
  height: 100%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../../assets/image/FonSite.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome__top-title {
  font-size: 20px;
  font-size: clamp(12px, 3vw, 20px);
  font-weight: 300;
}
.welcome__title {
  font-size: clamp(28px, 5.5vw, 48px);
}
.welcome__description {
  margin-top: 10px;
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 300;
}
.welcome .container {
  height: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-animation: opas 1s forwards ease-in;
          animation: opas 1s forwards ease-in;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes opas {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes opas {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.my-information {
  background-color: #272727;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.my-information__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1450px;
  width: 100%;
  margin: 10px auto 50px auto;
  gap: 25px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;

}
.my-information__container::-webkit-scrollbar {
  width: 12px;
  height: 12px; 
}
.my-information__container::-webkit-scrollbar-track {
  padding: 10px;
}
.my-information__container::-webkit-scrollbar-thumb {
  background: #535353; 
  border-radius: 4px; 
}

.card-text {
  margin: 0 auto;
}

.card {
  border-radius: 15px;
  border: 2px solid white;
  padding: 25px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card:hover {
  border: 2px solid rgb(109, 189, 255);
}
.card__image {
  min-height: 220px;
  width: 100%;
  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;
}
.card__title {
  text-align: center;
  margin: 20px 0;
  font-size: 32px;
}
.card__description {
  font-size: 18px;
  color: rgb(207, 207, 207);
  height: 100%;
}
.card__description .list-info {
  height: 100%;
}
.card__description .list-info li {
  margin: 5px 0;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  text-align: start;
  list-style-type: disc;
}

.about {
  background-color: #141414;
  padding: 40px 0;
}
.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
 /* ВЫЛЕТАЕТ ЕСЛИ КОД НИЖЕ ДОБАВИТЬ */
.about__text {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  color: white;
  max-width: 50%;
  margin-left: 40px;
  gap: 40px;
}
.about__title {
  font-family: "Nunito", sans-serif;
  border-bottom: 2px solid white;
  font-size: clamp(24px, 3vw, 48px);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.about__text-one {
  opacity: 0;
  width: 100%;
}
.about__text-two {
  opacity: 0;
  width: 100%;
}
.about__description {
  font-size: clamp(16px, 3vw, 24px);
  color: #A4A4A4;
}
.about__text-list {
  padding-left: 25px;
  line-height: 30px;
  font-size: clamp(16px, 3vw, 24px);
}
.about__img {
  opacity: 0;
  background-color: #3b3b3b;
  background-image: url("../../assets/image/about.jpg");
  width: 50%;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  border-radius: 15px;
  border: 1px solid #575757;
}

.reglament {
  padding: 30px 0;
}

.card-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.card-reg {
  opacity: 0;
  max-height: 500px;
  font-family: "Nunito", sans-serif;
  margin: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.card-reg .img {
  width: 100%;
  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; 
}

.card-reg .img img {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}

.card-reg__title {
  margin: 15px 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400;
  text-align: center;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}
.card-reg__description {
  margin: clamp(10px, 3vw, 25px);
  margin-top: 0;
  font-size: clamp(14px, 3vw, 16px);
}

.advice {
  padding: 30px 0 50px 0;
  background-color: #141414;
}
.card-url > .card-text:hover {
  background-color: #242424;
}

.card-text {
  opacity: 0;
  text-align: center;
  font-family: "Nunito", sans-serif;
  padding: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.card-text__title {
  color: white;
  font-size: 24px;
}
.card-text__description {
  font-size: 16px;
  color: #838383;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  line-height: 1.5em;
}
/* ВЫЛЕТАЕТ ИЗ_ЗА КОДА НИЖЕ */
.gramot {
  padding: 20px 0 50px 0;
}

.image-container {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.image-container .img {
  opacity: 0;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.image-container .img img {
  width: 100%;
}

.footer {
  padding: 20px 0;
  background-color: #343434;
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.footer__logo-group {
  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;
  min-width: 130px;
}
.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__text-company {
  margin-left: 30px;
  line-height: 16px;
  margin-top: auto;
  margin-bottom: 3px;
}

.footer__text-company span {
  display: block;
  margin-top: 10px;

}

.footer__company-info {
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #616161;
  height: 50%;
  padding-top: 5px;
}
.footer__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__img a {
  margin-left: 10px;
} 
/* вылетает из-за кода ниже */
.wrapper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  
}


body {
  height: 100%;
  background-color: #272727;

}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

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

ul {
  list-style: none;
} 

section {
  scroll-margin-top: 110px;
}  *
/* КОД НИЖЕ РАБОТАЕТ */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

.title {
  font-size: clamp(24px, 3vw, 48px);
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.description {
  text-align: center;
  font-size: clamp(16px, 3vw, 24px);
  color: #636363;
  font-family: "Montserrat", sans-serif;
}

.animation-type-one {
  -webkit-animation: cardInformation 1.2s forwards ease-in;
          animation: cardInformation 1.2s forwards ease-in;
}

.modal {
  color: white;
  font-family: "Nunito";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
} 

.modal.show {
  display: flex;
  pointer-events: auto;
  animation: modalOpen 0.3s forwards ease-in; 
}

@keyframes modalOpen {
  1% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.modal__container {
  position: relative;
  width: 95%;
  max-width: 1200px;
  min-height: 500px;
  max-height: 95vh;
  background-color: rgb(77, 77, 77);
  border-radius: 10px;
  padding: 10px;
  overflow-y: auto;
  
}
.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  cursor: pointer;
  font-size: 24px;
}

.modal-title {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: rgb(0, 204, 0);
} 

.modal__content {
  width: 100%;
}

.modal__content p {
  margin-bottom: 1em;

}

.modal__content .image-container-modal img {
  width: 100%;
  max-width: calc(50% - 5px); 
  height: auto;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-container-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.modal__container::-webkit-scrollbar {
  width: 12px; 
  height: 12px; 
}


.modal__container::-webkit-scrollbar-track {
  background: none; 
  border-radius: 6px;
}


.modal__container::-webkit-scrollbar-thumb {
  background: #363636; 
  border-radius: 6px;
}


.modal__container::-webkit-scrollbar-thumb:hover {
  background: #555; 
} 
 
.modal-list {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  list-style: disc;
}

.p1 {
  font-size: 1.125rem;
}

.reglament-title {
  color: rgb(0, 184, 0);
  font-weight: 700;
}

@-webkit-keyframes cardInformation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes cardInformation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animation-type-two {
  -webkit-animation: cardInformation2 1s forwards ease-in;
          animation: cardInformation2 1s forwards ease-in;
}

@-webkit-keyframes cardInformation2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cardInformation2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} 
 /* НЕ ВЫЛЕТАЕТ */
@media (max-width: 1380px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
  .header__list-contacts {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 768px;
  }
  .about__img {
    display: none;
  }
  .about__text {
    margin-left: 0;
    max-width: 100%;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: 50;
    overflow-y: hidden;
    padding: 50px 40px;
    background-color: rgb(65, 65, 65);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    -webkit-animation: cardInformation2 0.4s;
            animation: cardInformation2 0.4s;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .image-container {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .burger {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 20px;
  }
  .header-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__logo-group {
    left: 0;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
  }
  .header__logo-title {
    font-size: 14px;
  }
  .header__logo-image {
    width: 54px;
  }
  .my-information__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
  }
  .my-information__container .card {
    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;
  }
  .wrapper-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer__company-info {
    width: 100%;
  }
  .footer {
    font-size: 14px;
  }
  .footer__text-company {
    margin: 0;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 3px;
  }


  .footer__company {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .image-container-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal__content .image-container-modal img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .my-information__container .card-text {
    margin: 0;
    
  }
  .my-information__container .card {
    padding: 10px;
  }
  .my-information__container .card img {
    width: 100%;
  }
  .my-information__container .card__title {
    margin: 0;
  }
  .my-information__container .card__description {
    font-size: 18px;
    margin-left: 10px;
  }
  .container {
    max-width: 95%;
  }
  .card-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .card-container .card-reg {
    max-height: 600px;
  }
  .image-container {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .tel {
    display: none;
  }
  .wrapper-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer__company-info {
    width: 100%;
  }
  .footer {
    font-size: 14px;
  }
  .footer__text-company {
    margin: 0;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 3px;
  }


  .footer__company {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.btn-open-all-article {
  margin: 0 auto;
  color: white;
  background-color: #363636;
  padding: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}