/* http://meyerweb.com/eric/tools/css/reset/
 * * v2.0 | 20110126
 * * License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header,
section,
article,
.wrapper,
.wrapper-fluid,
.flex,
.footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.header,
section,
.footer {
  justify-content: center;
}

.full {
  width: 100%;
}

.one-of-four {
  flex: 1 1 25%;
}
.one-of-four.mx-w {
  max-width: 25%;
}

.two-of-four {
  flex: 1 1 50%;
}
.two-of-four.mx-w {
  max-width: 50%;
}

.three-of-four {
  flex: 1 1 75%;
}
.three-of-four.mx-w {
  max-width: 75%;
}

.one-of-three {
  flex: 1 1 33%;
}
.one-of-three.mx-w {
  max-width: 33%;
}

.two-of-three {
  flex: 1 1 66%;
}
.two-of-three.mx-w {
  max-width: 66%;
}

.one-of-five {
  flex: 1 1 20%;
}

.two-of-five {
  flex: 1 1 40%;
}
.two-of-five.mx-w {
  max-width: 40;
}

.three-of-five {
  flex: 1 1 60%;
}

.four-of-five {
  flex: 1 1 77%;
}

.one-of-six {
  flex: 1 1 16%;
}
.one-of-six.mx-w {
  max-width: 16%;
}

.w-auto {
  width: auto;
}

.full,
.one-of-four,
.two-of-four,
.three-of-four,
.one-of-three,
.two-of-three,
.one-of-five,
.two-of-five,
.three-of-five,
.four-of-five,
.one-of-six {
  padding: 0 1rem;
}

.v-top {
  align-items: flex-start;
}

.v-center {
  align-items: center;
}

.v-bot {
  align-items: flex-end;
}

.f-left {
  justify-content: flex-start;
}

.f-center {
  justify-content: center;
}

.f-right {
  justify-content: flex-end;
}

.f-between {
  justify-content: space-between;
}

.f-around {
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.np {
  padding: 0;
}

.item {
  flex: 0 0 auto;
  padding: 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small {
  box-sizing: border-box;
  font-feature-settings: "pnum" on, "lnum" on;
  font-variant: lining-nums;
}

.title-main {
  font: normal 900 2.5em/1.3 "Stalinist One", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.title {
  font: normal 900 1.45em/1.5 "Stalinist One", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.title.bold {
  font-weight: 900;
  line-height: 1;
}

.subtitle {
  font: normal 700 2.625em/1.3 "Stalinist One", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.subtitle-text {
  font: normal 500 3rem/1.3 "Stalinist One", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.text {
  font: normal 400 1.125em/1.5 "Stalinist One", Arial, Helvetica, sans-serif;
}

.bold {
  font-weight: bold;
}

.text {
  font: normal 400 0.9em/1.5 "Alegreya Sans SC", Arial, Helvetica, sans-serif;
}

.img-wrp {
  width: 100%;
}

.img-wrp img,
.img-wrp svg,
.icon img,
.icon svg {
  width: 100%;
}

@media (max-width: 1440px) {
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five {
    flex: 1 1 50%;
    width: 50%;
  }
  .list-two-items > li,
  .list-three-items > li,
  .list-four-items > li {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .list-two-items.mx > li,
  .list-three-items.mx > li,
  .list-four-items.mx > li {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .two-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five {
    flex: 1 1 50%;
    width: 50%;
  }
}
@media (max-width: 680px) {
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .two-of-four,
  .three-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five {
    flex: 1 1 100%;
    width: 100%;
  }
  .one-of-three.mx-w,
  .two-of-three.mx-w,
  .one-of-four.mx-w,
  .two-of-four.mx-w,
  .three-of-four.mx-w,
  .one-of-five.mx-w,
  .two-of-five.mx-w,
  .three-of-five.mx-w,
  .four-of-five.mx-w {
    max-width: none;
  }
  .list-three-items > li,
  .list-four-items > li {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 1.9rem;
  }
  .list-three-items.mx-w > li,
  .list-four-items.mx-w > li {
    max-width: none;
  }
  .list {
    justify-content: center;
  }
}
body {
  background: url("../img/mainbg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  margin-bottom: 6rem;
}
.header-wrp {
  max-width: 1024px;
  width: 100%;
  border-radius: 1.52rem;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 4rem;
  position: relative;
}
.header__block {
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  width: 100%;
  display: flex;
}
.header__block .img-wrp {
  width: 10rem;
  height: 10rem;
  background: url("../img/profile.png") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 10px 24px rgba(216, 152, 41, 0.45);
}

.wrapper {
  max-width: 1024px;
}

.main-title {
  color: #da882a;
}

.streamlist > li {
  display: flex;
  width: 100%;
  background: linear-gradient(134deg, #241830 0%, #3B2F60 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.3rem;
  border-radius: 1rem;
  color: #fff;
  overflow: hidden;
  flex-wrap: wrap;
}
.streamlist > li .content {
  padding: 1.5rem 2rem;
}

@media (max-width: 680px) {
  .title-main {
    font-size: 1.8em;
  }
  .streamlist > li .img-wrp {
    height: 10rem;
  }
}