.dosszie__block {
  display: flex;
  flex-direction: column-reverse;
  margin: 10px 0;
  padding: 0 0 65px 0;
  background-color: #373737;
}
.dosszie__block--left {
  display: flex;
  flex-direction: column;
  width: auto;
  background-color: #373737;
  color: #fff;
  margin: 0 25px;
  padding: 0 0 20px 0;
}
/* body .dosszie__block:nth-of-type(1),
body .dosszie__block:nth-of-type(1) .dosszie__block--left,
body.dark .dosszie__block:nth-of-type(1) .dosszie__block--section,
body.dark .dosszie__block:nth-of-type(1) .dosszie__block--connected { */
/* background-color: rgba(0, 193, 238, 1); */
/* rgba(153, 52, 146, 1) lila */
/* rgba(0, 193, 238, 1) kék */
/* rgba(255, 204, 0, 1) sárga */
/* rgba(204, 204, 204, 1) szürke */
/* } */
body .dosszie__block:nth-of-type(1) .tags,
body .dosszie__block:nth-of-type(1) .dosszie__block--section {
  border-bottom: 1px solid #fff;
}

.dosszie__block .tags {
  padding: 20px;
  border-bottom: 1px solid #7d7d7d;
  margin: 0 20px;
  width: auto;
}
.dosszie__block .tag {
  padding: 13px 12px;
  /* padding: 8px 12px; */
}
.dosszie__block--section {
  flex-wrap: nowrap;
  width: auto;
  margin: 0 20px;
  border-bottom: 1px solid #7d7d7d;
}
.dosszie__block--link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dosszie__block--connected:empty {
  display: none;
}
.dosszie__block--lead,
.dosszie__block--lead p {
  display: block;
  height: auto;
  padding: 0;
  order: 3;
}
.dosszie__block--lead p {
  padding-top: 15px;
}
.dosszie__block--lead a,
.dosszie__block--lead p a {
  color: inherit;
  text-decoration: underline;
}
.dosszie__block--connected:not(:empty) {
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #373737;
  color: #fff;
  border-left: 1px solid #7d7d7d;
  /* margin-left: 25px; */
  margin: 0 25px 0 0;
  padding: 20px 0 20px 30px;
}
.dosszielist__block--connected-element {
  padding: 0 0 20px;
  position: relative;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /* flex-direction: row-reverse; */
}
.dosszielist__block--connected-element .live {
  width: 24px;
  height: 24px;
}
.dosszielist__block--connected-element .live svg {
  width: 24px;
  height: 24px;
}
.dosszie__block__element {
  display: flex;
  padding: 20px 20px 20px 0;
  position: relative;
  margin-left: 0;
  height: fit-content;
}
.dosszie__block--title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.dosszie__block--title .live {
  width: 34px;
  height: 34px;
}

.dosszie__block--title .live svg {
  width: 34px;
  height: 34px;
}
.dosszie__block--lead {
  width: auto;
  margin: 0;
  padding: 0;
  order: 2;
}
/* 1 */
.dosszie__block__element:not(:last-child) {
  border-bottom: 1px solid #7d7d7d;
  width: auto;
}

.dosszie__block__element:first-child h2 {
  white-space: pre-line;
}

.dosszie__block__element:not(:first-child) h2 {
  white-space: pre-line;
}

.dosszie__block__element:nth-of-type(1):last-child {
  display: flex;
  padding: 20px 10px 20px 0;
  position: relative;
  margin-left: 0;
}

.dosszie__block__element:nth-of-type(1):last-child
  .dosszie__block--text-holder {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  justify-content: flex-start;
  padding: 0 20px;
  position: relative;
  min-height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.dosszie__block__element:nth-of-type(1):last-child .dosszie__block--lead {
  display: block;
  height: auto;
  padding: 0;

  order: 3;

  padding-top: 15px;
}
.dosszie__block__element:nth-of-type(1):last-child .dosszie__block--lead p {
  padding: 0;
}
.dosszie__block__element img {
  max-height: 200px !important;
}
.dosszie__block__element:nth-of-type(1):last-child .dosszie__block--title {
  padding: 5px 0;
}

.dosszie__block__element:nth-of-type(1):last-child figure {
  display: block;
}

.dosszie__block__element:nth-of-type(1):last-child img {
  width: 300px;
  height: 200px;
  display: block;
  background-color: #999;
  object-fit: contain;
}
/* 2 */
.dosszie__block__element:nth-of-type(1):nth-last-of-type(2),
.dosszie__block__element:nth-of-type(2):last-child {
  display: flex;
  padding: 20px 20px 20px 0;
  position: relative;
}

.dosszie__block__element:nth-of-type(2):last-child {
  flex-direction: row-reverse;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(2)
  .dosszie__block--text-holder,
.dosszie__block__element:nth-of-type(2):last-child
  .dosszie__block--text-holder {
  display: flex;
  flex-direction: row;
  width: auto;
  height: max-content;
  justify-content: flex-start;
  padding: 0 20px;
  position: relative;
  /* min-height: 100%; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.dosszie__block__element:nth-of-type(2):last-child
  .dosszie__block--text-holder {
  padding: 0 20px 0 0;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):last-child .dosszie__block--lead,
.dosszie__block__element:nth-of-type(1):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):last-child .dosszie__block--lead p {
  display: block;
  height: auto;
  padding: 0;
  order: 3;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):last-child .dosszie__block--lead {
  padding-top: 15px;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):last-child .dosszie__block--lead p {
  padding: 0;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(2)
  .dosszie__block--title,
.dosszie__block__element:nth-of-type(2):last-child .dosszie__block--title {
  padding: 5px 0;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(2) figure,
.dosszie__block__element:nth-of-type(2):last-child figure {
  display: block;
}
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2) {
  padding: 20px 0;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(2) img,
.dosszie__block__element:nth-of-type(2):last-child img {
  width: 300px;
  height: 200px;
  display: block;
  background-color: #999;
}
/* 3 */
/* .dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--text-holder {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  justify-content: flex-start;
  padding: 0 20px 0 0;
  position: relative;
  min-height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
} */
.dosszie__block--text-holder,
.dosszie__block__element:nth-of-type(1):nth-last-of-type(3)
  .dosszie__block--text-holder,
.dosszie__block__element:nth-of-type(3):last-child
  .dosszie__block--text-holder {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  justify-content: flex-start;
  padding: 0 20px;
  position: relative;
  /* min-height: 100%; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.dosszie--with-connected-video-style .dosszie__block--text-holder {
  padding: 0 !important;
}
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--text-holder {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
  min-height: 100%;
  padding: 0 20px 0 0;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(3) figure,
.dosszie__block__element:nth-of-type(3):last-child figure {
  display: block;
}

.dosszie__block__element:nth-of-type(2):nth-last-of-type(2):not(:last-child)
  figure {
  display: block;
  /* display: none; */
}
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(3) img,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2) img,
.dosszie__block__element:nth-of-type(3):last-child img {
  width: 300px;
  height: 200px;
  display: block;
  background-color: #999;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(3)
  .dosszie__block--title,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--title,
.dosszie__block__element:nth-of-type(3):last-child .dosszie__block--title {
  padding: 5px 0;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(1):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):last-child .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):last-child .dosszie__block--lead p {
  display: block;
  height: auto;
  padding: 0;
  order: 3;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):last-child .dosszie__block--lead {
  padding-top: 15px;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):last-child .dosszie__block--lead p {
  padding-top: 0;
}
/* 4 */
.dosszie__block__element:nth-of-type(1):nth-last-of-type(4) img,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(3) img,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(2) img,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(1) img {
  display: none;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(4)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(1):nth-last-of-type(4)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(4):last-child .dosszie__block--lead,
.dosszie__block__element:nth-of-type(4):last-child .dosszie__block--lead p {
  display: block;
  height: auto;
  padding: 0;
  order: 3;
  padding-top: 15px;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(4)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(4):last-child .dosszie__block--lead {
  padding-top: 15px;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(4)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(4):last-child .dosszie__block--lead p {
  padding-top: 0;
}
/* 5 */
.dosszie__block__element:nth-of-type(1):nth-last-of-type(5) img,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(4) img,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(3) img,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(2) img,
.dosszie__block__element:nth-of-type(5):nth-last-of-type(1) img {
  display: none;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(5)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(1):nth-last-of-type(5)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(4)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(4)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(5):last-child .dosszie__block--lead,
.dosszie__block__element:nth-of-type(5):last-child .dosszie__block--lead p {
  display: block;
  height: auto;
  padding: 0;
  order: 3;
  padding-top: 15px;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(5)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(4)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(5):last-child .dosszie__block--lead {
  padding-top: 15px;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(5)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(4)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(5):last-child .dosszie__block--lead p {
  padding-top: 0;
}
/* 6 */
.dosszie__block__element:nth-of-type(1):nth-last-of-type(6) img,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(5) img,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(4) img,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(3) img,
.dosszie__block__element:nth-of-type(5):nth-last-of-type(2) img,
.dosszie__block__element:nth-of-type(6):nth-last-of-type(1) img {
  display: none;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(6)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(1):nth-last-of-type(6)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(5)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(5)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(4)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(4)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(5):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(5):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(6):last-child .dosszie__block--lead,
.dosszie__block__element:nth-of-type(6):last-child .dosszie__block--lead p {
  display: block;
  height: auto;
  padding: 0;
  order: 3;
  padding-top: 15px;
}
.dosszie__block__element:nth-of-type(1):nth-last-of-type(6)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(5)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(4)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(3)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(5):nth-last-of-type(2)
  .dosszie__block--lead,
.dosszie__block__element:nth-of-type(6):last-child .dosszie__block--lead {
  padding-top: 15px;
}

.dosszie__block__element:nth-of-type(1):nth-last-of-type(6)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(2):nth-last-of-type(5)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(3):nth-last-of-type(4)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(4):nth-last-of-type(3)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(5):nth-last-of-type(2)
  .dosszie__block--lead
  p,
.dosszie__block__element:nth-of-type(6):last-child .dosszie__block--lead p {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .dosszie__block--section {
    flex-direction: column;
  }
  .dosszie__block--left {
    width: auto !important;
    margin: 0;
  }
  .dosszie__block .tags {
    padding: 20px 20px 20px 0;
  }
  .dosszie__block__element {
    flex-direction: column;
    padding: 20px 0;
  }
  .dosszie__block__element img {
    width: 100% !important;
  }
  .dosszie__block--text-holder {
    padding: 0 !important;
  }
  .dosszie__block--connected {
    width: auto !important;
    border-left: unset !important;
    margin: 0 !important;
    border-top: 1px solid #7d7d7d;
  }
  .dosszie__block--connected:not(:empty) {
    padding: 20px 0;
  }
  .dosszielist__block--connected-element {
    margin-right: auto;
  }
  .dosszie__block__element:nth-of-type(2):last-child {
    flex-direction: column;
  }
  .dosszie__block__element:nth-of-type(2):nth-last-of-type(2) {
    flex-direction: column;
  }
}
