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

html {
  scroll-behavior: smooth;
}

.baner {
  margin-bottom: 24px;
}

.left-wrapper {
  width: 20%;
  padding: 0 10px;
  margin-top: 33px;
}
.left-wrapper .igrTag {
  margin-top: 27px;
  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;
  font-size: 14px;
}
.left-wrapper .igrTag__img {
  margin-right: 10px;
}
.left-wrapper .igrTag__name {
  font-size: 16px;
  font-weight: 400;
}

.left-panel .igrTag {
  margin-top: 25px;
  margin-bottom: 25px;
  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;
  font-size: 14px;
}
.left-panel .igrTag__img {
  margin-right: 10px;
}
.left-panel .igrTag__name {
  font-size: 16px;
  font-weight: 400;
}

.right-wrapper {
  width: 20%;
  padding: 0 10px;
  margin-top: 33px;
}

.center-wrapper {
  width: calc(60% - 40px);
  margin: 0 auto;
}
.center-wrapper--opinie {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.our-actions-wrapper {
  padding-left: 50px;
  padding-right: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .left-wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .left-wrapper .igrTag {
    display: none;
  }
  .right-wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .center-wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .our-actions-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
}
.logos {
  display: none;
  padding: 15px 25px 17px;
}
.logos .igrTag {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logos .igrTag__name {
  font-size: 12px;
}
.logos .srTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  width: 50%;
  padding-right: 7.5px;
}
.logos .srTag > img {
  width: 100%;
}
.logos span {
  display: block;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media__mobile-socials {
  display: none;
  margin-top: 30px;
}
.social-media .twitter {
  font-size: 21px;
  color: #ccc;
}
.social-media .twitter {
  margin-right: 10px;
  margin-left: 15px;
}
.social-media .twitter:hover {
  color: #1d9bf0;
  cursor: pointer;
}
.social-media .facebook {
  font-size: 21px;
  color: #ccc;
}
.social-media .facebook {
  margin-right: 10px;
  margin-left: 15px;
}
.social-media .facebook:hover {
  color: #0866FF;
  cursor: pointer;
}
.social-media .youtube {
  font-size: 21px;
  color: #ccc;
}
.social-media .youtube {
  margin-right: 10px;
  margin-left: 15px;
}
.social-media .youtube:hover {
  color: #ff0000;
  cursor: pointer;
}

.header {
  background-color: #fff;
  font-family: Fira Sans, sans-serif, sans-serif;
  height: 110px;
  margin: 0px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 200;
  left: 0;
  right: 0;
  top: 30px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  max-width: 1380px;
}
.header__svg {
  height: 62px;
  padding-top: 0px;
  margin-right: 30px;
}
.header__logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .left-wrapper {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .left-wrapper__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .left-wrapper__menu-element {
  height: 50px;
  border-bottom: 6px solid transparent;
  margin-right: 30px;
  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;
  color: #000;
}
.header .left-wrapper__menu-element:hover {
  color: #00ab3b;
}
.header .left-wrapper__menu-element--active {
  border-bottom: 6px solid #00CB46;
}
.header .left-wrapper__img {
  width: 320px;
  height: 52px;
  margin-right: 58px;
}
.header .left-wrapper__img--igr {
  width: 38px;
  height: 44px;
  margin-right: 0px;
}
.header .left-wrapper__menu-icon {
  width: 26px;
  height: 20px;
  margin-right: 0px;
}
.header .left-wrapper__menu-text {
  font-size: 15px;
  padding: 0 10px;
  color: #000;
}
.header .right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
  width: auto;
  margin: 0;
}
.header .right-wrapper__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.header .right-wrapper__social-element {
  margin-right: 20px;
}
.header .right-wrapper__social-icon {
  width: 26px;
  height: 20px;
  margin-right: 10px;
}
.header .right-wrapper__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .right-wrapper__search-form-input {
  margin: 0 0 0 16px;
  padding: 10px 15px;
  font-size: 16px;
  border: 0px solid #000;
  border-right: 0px;
  max-height: 37px;
  width: 80%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #ececec;
}
.header .right-wrapper__search-form-input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .right-wrapper__search-form-input::-moz-placeholder {
  color: #cccccc;
}
.header .right-wrapper__search-form-input:-ms-input-placeholder {
  color: #cccccc;
}
.header .right-wrapper__search-form-input::-ms-input-placeholder {
  color: #cccccc;
}
.header .right-wrapper__search-form-input::placeholder {
  color: #cccccc;
}
.header .right-wrapper__search-form-button {
  width: 20%;
  padding: 10px;
  background: #ececec;
  color: #fff;
  font-size: 17px;
  max-height: 37px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0px solid #000;
  border-left: none;
  cursor: pointer;
  padding-right: 30px;
}
.header .right-wrapper__search-form-input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.header .right-wrapper__twitter-icon, .header .right-wrapper__facebook-icon, .header .right-wrapper__youtube-icon {
  font-size: 18px;
}
.header .right-wrapper__twitter-anchor:hover .right-wrapper__twitter-icon {
  color: #00ab3b;
}
.header .right-wrapper__twitter-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}
.header .right-wrapper__facebook-anchor {
  margin: 0 24px;
}
.header .right-wrapper__facebook-anchor:hover .right-wrapper__facebook-icon {
  color: #00ab3b;
}
.header .right-wrapper__facebook-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}
.header .right-wrapper__youtube-anchor:hover .right-wrapper__youtube-icon {
  color: #00ab3b;
}
.header .right-wrapper__youtube-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
}

.line {
  fill: none;
  stroke: #1eab4b;
  stroke-width: 8;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media (max-width: 1400px) {
  .header .right-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1350px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .header .right-wrapper {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .header .left-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .header .left-wrapper__img {
    margin-right: 0;
  }
  .header .right-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 25px 17px;
  }
  .logos .igrTag {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7.5px;
  }
  .logos .igrTag__name {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .logos .srTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 7.5px;
  }
  .logos .srTag > img {
    width: 85%;
  }
  .logos .igrTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: center;
  }
  .logos .igrTag > img {
    width: 100%;
  }
  .logos span {
    display: block;
  }
  .header {
    margin: 0 13px;
    border-radius: 12px;
  }
  .header .left-wrapper__img {
    display: none;
  }
  .header .left-wrapper__menu-element {
    height: 70px;
    margin-right: 15px;
  }
  .header .right-wrapper__social-media {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__svg {
    margin-right: 0;
    margin-left: 30px;
  }
  .header .left-wrapper {
    margin-left: 0px;
  }
  .header .left-wrapper__menu {
    display: none;
  }
  .header .right-wrapper__search {
    padding-right: 10px;
  }
}
@media (max-width: 476px) {
  .logos {
    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;
  }
  .logos .igrTag__name {
    font-size: 16px;
  }
  .logos span {
    display: block;
  }
  .header .right-wrapper__facebook-anchor {
    margin: 0 14px;
  }
  .header .right-wrapper__twitter-anchor {
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  .menu {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .haslo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .haslo h1 {
    color: #fff;
    background-color: #00ab3b;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .haslo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category-article {
    width: 100%;
  }
  .haslo h1 {
    color: #fff;
    background-color: #00ab3b;
    padding: 10px;
  }
  header#mainheader > .logo-zdj-haslo > .haslo h1 {
    width: 50%;
  }
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.search-form__input {
  padding: 10px 15px;
  font-size: 16px;
  border: 0px solid #000;
  border-right: 0px;
  max-height: 37px;
  width: 80%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #ececec;
}
.search-form__input::-webkit-input-placeholder {
  color: #cccccc;
}
.search-form__input::-moz-placeholder {
  color: #cccccc;
}
.search-form__input:-ms-input-placeholder {
  color: #cccccc;
}
.search-form__input::-ms-input-placeholder {
  color: #cccccc;
}
.search-form__input::placeholder {
  color: #cccccc;
}
.search-form__button {
  width: 20%;
  padding: 10px;
  background: #ececec;
  color: #fff;
  font-size: 17px;
  max-height: 37px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0px solid #000;
  border-left: none;
  cursor: pointer;
  padding-right: 30px;
}
.search-form__input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.tags {
  padding-bottom: 20px;
  margin-bottom: 37px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  font-family: Fira Sans, sans-serif, sans-serif;
  width: 100%;
  margin-top: 40px;
  overflow-y: scroll;
  height: 434px;
}
.tags__title {
  padding-top: 26px;
  padding-left: 14px;
  font-size: 25px;
  margin-bottom: 10px;
}
.tags__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Fira Sans, sans-serif, sans-serif;
}
.tags__container .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 13px;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 8px;
}
.tags__container .tag__text {
  width: 75%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}
.tags__container .tag__text-anchor {
  width: 90%;
  display: block;
  margin-right: auto;
}
.tags__container .tag__notifications-anchor {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 16px;
  background-color: #fbfbfb;
  border-radius: 10px;
}
.tags__container .tag__notifications-text {
  color: #000;
  font-size: 11px;
}

@media (max-width: 992px) {
  .search-form {
    display: none;
  }
  .tags {
    display: none;
  }
}
.commentators {
  min-height: 1200px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background-color: #ffffff;
  position: relative;
  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;
}
.commentators__title {
  padding-top: 31px;
  padding-left: 22px;
  font-family: Fira Sans, sans-serif, sans-serif;
}
.commentators__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -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;
  padding-top: 37px;
  font-family: Fira Sans, sans-serif, sans-serif;
}
.commentators__item .commentator__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 12px;
}
.commentators__item .commentator__icon {
  width: 40px;
  height: 41px;
  position: absolute;
  bottom: -5px;
  right: -20px;
}
.commentators__item .commentator__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  width: 90%;
  margin: auto;
  text-align: center;
}
.commentators__item .commentator__party {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 18px;
}
.commentators__item .commentator__content-anchor {
  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;
  width: 150px;
  height: 48px;
  border-radius: 12px;
  background-color: #ebe8e8;
}
.commentators__item .commentator__content-text {
  color: #000;
  font-size: 15px;
}
.commentators__box {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.commentators__meet-anchor {
  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;
  border-radius: 25%;
  border-radius: 12px;
  margin: 40px auto 0;
  width: 80%;
  height: 48px;
  background-color: #247181;
}
.commentators__meet-text {
  color: #fff;
}

@media (max-width: 992px) {
  .commentators-mobile {
    padding: 0px 12px 52px;
    background-color: #fbfbfb;
  }
}
@media (max-width: 360px) {
  .commentators__item .commentator__name {
    font-size: 18px;
  }
  .commentators__item .commentator__party {
    font-size: 18px;
  }
}
.footer {
  position: relative;
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  margin-bottom: 45px;
}
.footer h4 {
  font-weight: 800;
  font-size: 18px;
}
.footer .social-media {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .social-media .twitter {
  margin-left: 0px;
}
.footer__partners {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-areas: "im im im im mm mm mm mm wa wa wa wa li li li li is is is is tr tr tr tr" "p1 p1 p1 p2 p2 p2 p3 p3 p3 p4 p4 p4 p5 p5 p5 p6 p6 p6 p7 p7 p7 p8 p8 p8";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px;
  border-top: 2px solid #f9f9f9;
}
.footer__partners img {
  width: 90%;
}
.footer__partners .logo1 {
  grid-area: im;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo2 {
  grid-area: mm;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo3 {
  grid-area: wa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.footer__partners .logo4 {
  grid-area: li;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo5 {
  grid-area: is;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo6 {
  grid-area: tr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo7 {
  grid-area: p1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo8 {
  grid-area: p2;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo9 {
  grid-area: p3;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo10 {
  grid-area: p4;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo11 {
  grid-area: p5;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo12 {
  grid-area: p6;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo13 {
  grid-area: p7;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__partners .logo14 {
  grid-area: p8;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "im im mm wa li li li li ww is is is";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px;
  grid-column-gap: 50px;
}
.footer__container ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  line-height: 2;
}
.footer__container ul li a {
  color: #000;
  text-transform: capitalize;
  font-size: 0.75rem;
}
.footer__container ul li a:hover {
  color: #00ab3b;
}
.footer__container h4 {
  margin-bottom: 20px;
}
.footer__container__redakcja {
  grid-area: im;
}
.footer__container__kategorie {
  grid-area: mm;
}
.footer__container__tagi {
  grid-area: li;
}
.footer__container__social {
  grid-area: is;
}
.footer__container__dwieKolumny {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__container__kolumna {
  width: 100%;
}
.footer .informations {
  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: calc(100% - 50px);
}
.footer .informations .left-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Fira Sans, sans-serif, sans-serif;
  font-size: 15px;
  padding-left: 55px;
}
.footer .informations .left-panel .igr {
  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;
  margin-right: 80px;
}
.footer .informations .left-panel .igr__logo {
  margin-right: 5px;
}
.footer .informations .left-panel .igr__box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}
.footer .informations .left-panel .igr__address span {
  display: block;
}
.footer .informations .left-panel .sr {
  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;
}
.footer .informations .left-panel .sr__logo {
  margin-bottom: 10px;
}
.footer .informations .left-panel .sr__address span {
  display: block;
}
.footer .informations .left-panel__mobile-socials {
  padding: 28px 0 40px 0;
}
.footer .informations .left-panel__twitter-anchor {
  margin-left: 22px;
}
.footer .informations .left-panel__twitter-anchor:hover .left-panel__twitter-icon {
  color: #1d9bf0;
}
.footer .informations .left-panel__twitter-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
  font-size: 23px;
}
.footer .informations .left-panel__facebook-anchor {
  margin: 0 22px;
}
.footer .informations .left-panel__facebook-anchor:hover .left-panel__facebook-icon {
  color: #0866FF;
}
.footer .informations .left-panel__facebook-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
  font-size: 23px;
}
.footer .informations .left-panel__youtube-anchor:hover .left-panel__youtube-icon {
  color: #ff0000;
}
.footer .informations .left-panel__youtube-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
  font-size: 23px;
}
.footer .informations .right-panel {
  width: 50%;
}
.footer .informations .right-panel__mobile-logos {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
}
.footer .informations .right-panel__img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.footer .informations .right-panel__img-mobile {
  display: none;
}
.footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 55px 0 55px;
}
.footer .links__mobile-socials {
  padding: 28px 0 40px 0;
}
.footer .links__twitter-anchor {
  margin-left: 22px;
}
.footer .links__twitter-anchor:hover .left-panel__twitter-icon {
  color: #1d9bf0;
}
.footer .links__twitter-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
  font-size: 23px;
}
.footer .links__facebook-anchor {
  margin: 0 22px;
}
.footer .links__facebook-anchor:hover .left-panel__facebook-icon {
  color: #0866FF;
}
.footer .links__facebook-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
  font-size: 23px;
}
.footer .links__youtube-anchor:hover .left-panel__youtube-icon {
  color: #ff0000;
}
.footer .links__youtube-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
  font-size: 23px;
}
.footer .links .left-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .links .left-panel a {
  color: #000;
  margin-right: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .links .left-panel a:hover {
  color: #00ab3b;
}
.footer .links .right-panel {
  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;
}
.footer .links .right-panel__mobile-socials {
  display: none;
  margin-top: 30px;
}
.footer .links .right-panel__twitter-anchor {
  margin-left: 22px;
}
.footer .links .right-panel__twitter-anchor:hover .right-panel__twitter-icon {
  color: #1d9bf0;
}
.footer .links .right-panel__twitter-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
}
.footer .links .right-panel__facebook-anchor {
  margin: 0 22px;
}
.footer .links .right-panel__facebook-anchor:hover .right-panel__facebook-icon {
  color: #0866FF;
}
.footer .links .right-panel__facebook-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
}
.footer .links .right-panel__linkedin-anchor {
  margin: 0 0 0 22px;
}
.footer .links .right-panel__linkedin-anchor:hover .right-panel__linkedin-icon {
  color: #00ab3b;
}
.footer .links .right-panel__linkedin-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
}
.footer .links .right-panel__youtube-anchor:hover .right-panel__youtube-icon {
  color: #ff0000;
}
.footer .links .right-panel__youtube-icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
}
.footer .links .right-panel .twitter {
  font-size: 21px;
  color: #ccc;
}
.footer .links .right-panel .twitter {
  margin-right: 10px;
  margin-left: 15px;
}
.footer .links .right-panel .twitter:hover {
  color: #1d9bf0;
  cursor: pointer;
}
.footer .links .right-panel .facebook {
  font-size: 21px;
  color: #ccc;
}
.footer .links .right-panel .facebook {
  margin-right: 10px;
  margin-left: 15px;
}
.footer .links .right-panel .facebook:hover {
  color: #0866FF;
  cursor: pointer;
}
.footer .links .right-panel .youtube {
  font-size: 21px;
  color: #ccc;
}
.footer .links .right-panel .youtube {
  margin-right: 10px;
  margin-left: 15px;
}
.footer .links .right-panel .youtube:hover {
  color: #ff0000;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .footer {
    height: auto;
    padding: 0;
  }
  .footer__container {
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: "xx im im mm mm wa wa xx" "xx li li is is tr tr xx" "p1 p1 p2 p2 p3 p3 p4 p4" "p5 p5 p6 p6 p7 p7 p8 p8";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-row-gap: 4rem;
  }
  .footer .links {
    position: static;
    padding: 33px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .links .right-panel {
    margin-top: 33px;
  }
  .footer .informations {
    -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;
  }
  .footer .informations .left-panel {
    padding-right: 55px;
    margin-top: 30px;
    margin-bottom: 37px;
  }
  .footer .informations .left-panel .igr {
    margin-right: 190px;
  }
  .footer .informations .right-panel__img {
    margin-bottom: 50px;
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 0 25px 0 25px;
    height: auto;
  }
  .footer__partners {
    grid-template-columns: repeat(24, 1fr);
    grid-template-areas: "im im im im im im im im mm mm mm mm mm mm mm mm wa wa wa wa wa wa wa wa" "li li li li li li li li is is is is is is is is tr tr  tr tr  tr tr tr tr" "p1 p1 p1 p1 p1 p1 p2 p2 p2 p2 p2 p2 p3 p3 p3 p3 p3 p3 p4 p4 p4 p4 p4 p4" "p5 p5 p5 p5 p5 p5 p6 p6 p6 p6 p6 p6 p7 p7 p7 p7 p7 p7 p8 p8 p8 p8 p8 p8";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 50px;
    border-top: 2px solid #f9f9f9;
  }
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "im mm mm mm" "li is is is";
    grid-row-gap: 4rem;
  }
  .footer__container .links {
    position: static;
    padding: 20px 0;
  }
  .footer__container .links .left-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__container .links .left-panel > a {
    margin-bottom: 15px;
  }
  .footer__container__dwieKolumny {
    display: block;
    grid-gap: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__container .informations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__container .informations .left-panel .igr {
    margin-right: 180px;
  }
  .footer__container .informations .left-panel__address, .footer__container .informations .left-panel__email, .footer__container .informations .left-panel__phone {
    margin-bottom: 25px;
  }
  .footer__container .informations .left-panel__nip {
    margin-bottom: 46px;
  }
  .footer__container .informations .left-panel__title {
    text-transform: uppercase;
  }
  .footer__container .informations .left-panel__title > span {
    display: block;
  }
  .footer__container .informations .left-panel__mobile-socials {
    display: block;
  }
  .footer__container .informations .right-panel {
    width: 100%;
  }
  .footer__container .informations .right-panel__mobile-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
  }
  .footer__container .informations .right-panel__sr {
    width: 42px;
    height: 46px;
  }
  .footer .right-panel__img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) and (max-width: 720px) {
  .footer {
    padding: 0;
  }
  .footer__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "im im" "mm mm" "li li" "is is";
    grid-row-gap: 4rem;
  }
  .footer .informations .left-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
  .footer .informations .left-panel .igr {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .informations .left-panel .igr p {
    text-align: center;
  }
  .footer .informations .left-panel .sr p {
    text-align: center;
  }
  .footer .informations .right-panel__img {
    display: none;
  }
  .footer .informations .right-panel__img-mobile {
    display: block;
    width: 100%;
  }
  .footer .links .left-panel {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .footer .links .left-panel > a {
    margin-right: 0;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .footer .links .right-panel__mobile-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .links .right-panel__mobile-socials .right-panel__twitter-anchor, .footer .links .right-panel__mobile-socials .right-panel__facebook-anchor, .footer .links .right-panel__mobile-socials .right-panel__youtube-anchor, .footer .links .right-panel__mobile-socials .right-panel__linkedin-anchor {
    display: block;
  }
  .footer .links .right-panel__twitter-anchor, .footer .links .right-panel__facebook-anchor, .footer .links .right-panel__youtube-anchor, .footer .links .right-panel__linkedin-anchor {
    display: none;
  }
  .informations .left-panel__title, .informations .left-panel__contact, .informations .left-panel__address, .informations .left-panel__email, .informations .left-panel__phone, .informations .left-panel__nip {
    text-align: center;
  }
  .informations .left-panel__mobile-socials {
    margin: auto;
  }
}
@media (max-width: 992px) and (max-width: 460px) {
  .footer .informations .left-panel__title {
    font-size: 23px;
  }
  .footer .informations .right-panel__mobile-logos {
    -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;
  }
  .footer .links .right-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .question_form {
    width: 50%;
  }
}
@media (max-width: 992px) and (max-width: 1300px) {
  .right-panel__title {
    text-align: center;
  }
  .right-panel__telefon {
    text-align: center;
  }
  .right-panel__eksperci {
    text-align: center;
  }
  .question_form {
    margin: auto;
    width: 50%;
  }
}
@media (max-width: 992px) and (max-width: 446px) {
  .right-panel__title {
    text-align: center;
  }
  .right-panel__telefon {
    text-align: center;
  }
  .right-panel__eksperci {
    text-align: center;
  }
  .question_form {
    margin: auto;
    width: 80%;
  }
}
.blog-articles-wrapper {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
}

.pagination {
  display: inline-block;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.like,
.unlike,
.share {
  font-size: 21px;
  color: #ccc;
}

.like:hover {
  color: #00cb46;
  cursor: pointer;
}

.share:hover {
  color: #1d9bf0;
  cursor: pointer;
}

.unlike:hover {
  color: red;
  cursor: pointer;
}

.category-article {
  width: 32%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  background: #fff;
}
.category-article__article-like-and-share {
  padding: 0px 0 30px 15px;
}
.category-article__box {
  display: none;
  margin: 15px 0 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-article__img {
  margin-right: 6px;
}
.category-article__text {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
.category-article__title {
  font-size: 18px;
  font-family: -apple-system, "Helvetica Neue", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  margin: 30px auto 30px 20px;
  padding: 13px 0 13px 0;
  display: block;
  text-align: left;
  border-radius: 12px;
}
.category-article__hasztag {
  text-transform: capitalize;
  font-size: 18px;
}
.category-article .box-mobile {
  position: absolute;
  bottom: 0%;
  right: 0%;
  margin-bottom: 35px;
  margin-right: 20px;
  display: none;
  padding: 5px 13px 5px 8px;
  border-radius: 12px;
}
.category-article .box-mobile__icon {
  margin-right: 9px;
}
.category-article .box-mobile__text {
  color: #fff;
  font-size: 11px;
  text-transform: capitalize;
}
.category-article__footer {
  margin: 0px 30px 22px 30px;
  padding-bottom: 22px;
  border-bottom: 6px solid #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-article__footer:last-child {
  border-bottom: 0px;
}
.category-article__article-image-box {
  position: relative;
  width: calc(100% - 36px);
  margin: auto;
}
.category-article__article-image {
  margin: 18px auto;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.category-article__article-title {
  font-family: Fira Sans, sans-serif;
  font-size: 0.975em;
  font-weight: 500;
  line-height: 1.1538;
  color: #000;
  margin: 0;
  padding: 15px 15px 30px 15px;
  display: block;
  width: 100%;
}
.category-article__article-title-and-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.category-article__article-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-article__article-like-and-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category-article__article-icons-under-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px 0 15px;
}
.category-article__article-button {
  border-radius: 12px;
  border: 0px;
  padding: 14px 55px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50px;
  font-family: Fira Sans, sans-serif;
}
.category-article__icon-description {
  font-size: 15px;
  font-family: Fira Sans, sans-serif;
  color: #ccc;
  margin: 0 0 0 5px;
}

@media (max-width: 1200px) {
  .category-article {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .category-article {
    width: 100%;
    margin: 15px 20px 50px;
  }
  .category-article__text {
    font-size: 16px;
  }
  .category-article .box-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-article__article-box {
    border-radius: 12px;
  }
  .category-article__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-article__title {
    display: none;
  }
}
.menu-overlay {
  position: fixed;
  background-color: #fff;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: scroll;
}
.menu-overlay__close {
  margin: 22px 0 0 22px;
  background-color: transparent;
  border: none;
}
.menu-overlay .logos {
  background-color: #ececec;
}
.menu-overlay .header-menu__item {
  padding: 24px 5px 13px 28px;
  border-bottom: 2px solid #e2e2e2;
}
.menu-overlay .header-menu__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-overlay .header-menu__item-anchor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-overlay .header-menu__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-overlay .header-menu__item-icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.menu-overlay .header-menu__item-icon {
  margin-right: 15px;
  width: 19px;
  height: 19px;
}
.menu-overlay .header-menu__item-icon--rotated {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-overlay .header-menu__item-button {
  background-color: transparent;
  border: none;
  margin-right: 15px;
}
.menu-overlay .header-menu__item-text {
  font-size: 17px;
  color: #000;
}
.menu-overlay .dropdown-video,
.menu-overlay .dropdown-opinions {
  display: none;
  padding-left: 66px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-overlay .dropdown-video__item-anchor,
.menu-overlay .dropdown-opinions__item-anchor {
  display: block;
  margin-top: 18px;
}
.menu-overlay .dropdown-video__item-anchor:last-child,
.menu-overlay .dropdown-opinions__item-anchor:last-child {
  margin-bottom: 18px;
}
.menu-overlay .dropdown-video__item-text,
.menu-overlay .dropdown-opinions__item-text {
  color: #1eab4b;
}
.menu-overlay__social-media {
  margin: 50px 0 50px 31px;
  color: #000;
}
.menu-overlay__twitter-icon, .menu-overlay__facebook-icon, .menu-overlay__youtube-icon {
  font-size: 24px;
  color: #000;
  margin-right: 35px;
}
.menu-overlay .footer-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 5px 41px 31px;
}
.menu-overlay .footer-menu__item-text {
  color: #000;
}
.menu-overlay .visible {
  display: block;
}

.top-move {
  top: 0%;
}

.no-scroll {
  overflow: hidden;
}

.center-wrapper {
  width: calc(80% - 20px);
  margin-bottom: 50px;
}

.left-wrapper .tags {
  margin-top: 38px;
}

.search-form {
  margin-top: 35px;
}

.articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articles-wrapper nav {
  width: 100%;
  margin-top: 50px;
}
.articles-wrapper .pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.articles-wrapper .pagination li {
  float: left;
  padding: 8px 16px;
}
.articles-wrapper .pagination a {
  color: black;
}
.articles-wrapper .pagination li.active {
  background-color: #4caf50;
  color: white;
}

.main-information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fbfbfb;
  padding-bottom: 50px;
  padding: 0 25px;
}

.left-wrapper .commentators-desktop {
  margin-bottom: 50px;
}

.kontener-glowny {
  max-width: 1440px;
  margin: auto;
  background-color: #fbfbfb;
  border-radius: 24px;
}

.footer-background {
  background-color: #fbfbfb;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.copyrights {
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.left-wrapper {
  margin: 0;
}
body {
  background: #f9f9f9;
  max-width: 1700px;
  margin: 0px auto;
  font-family: Fira Sans, sans-serif;
}

@media (max-width: 992px) {
  .left-wrapper {
    display: none;
  }
  .center-wrapper {
    width: calc(100% - 20px);
  }
}/*# sourceMappingURL=tag.css.map */