html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body { margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
 }


audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }


input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }


/* FONT STYLES */
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Bold.eot');
  src: local('Overpass Bold'), local('Overpass-Bold'),
      url('../fonts/Overpass-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Overpass-Bold.woff2') format('woff2'),
      url('../fonts/Overpass-Bold.woff') format('woff'),
      url('../fonts/Overpass-Bold.ttf') format('truetype'),
      url('../fonts/Overpass-Bold.svg#Overpass-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Light.eot');
  src: local('Overpass Light'), local('Overpass-Light'),
      url('../fonts/Overpass-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Overpass-Light.woff2') format('woff2'),
      url('../fonts/Overpass-Light.woff') format('woff'),
      url('../fonts/Overpass-Light.ttf') format('truetype'),
      url('../fonts/Overpass-Light.svg#Overpass-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url('../fonts/Overpass-Regular.eot');
  src: local('Overpass Regular'), local('Overpass-Regular'),
      url('../fonts/Overpass-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Overpass-Regular.woff2') format('woff2'),
      url('../fonts/Overpass-Regular.woff') format('woff'),
      url('../fonts/Overpass-Regular.ttf') format('truetype'),
      url('../fonts/Overpass-Regular.svg#Overpass-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Norwester';
  src: local('Norwester Regular'), local('Norwester-Regular'),
  url('../fonts/hinted-Norwester-Regular.woff2') format('woff2'),
  url('../fonts/hinted-Norwester-Regular.woff') format('woff'),
  url('../fonts/hinted-Norwester-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Overpass", sans-serif !important; }


a { outline: 0 !important; }

body {
  margin: 0;
  padding: 0;
  font-family: "Overpass", sans-serif !important;
  overflow-y: scroll;
  background: #050510;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  right: inherit;
  left: 47%;
  background: #050510 url("../img/ott-bg.png") no-repeat 0 0;
  width: 840px;
  height: 870px;
}

.container {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 0 0 70px 0;
  width: 960px;
  max-width: none !important;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 0 0;
  max-width: 473px;
}

.brand-sterotek {
  display: flex;
  margin-bottom: 18px;
  background: url("../img/sterotek-logo.png") no-repeat 0 0;
  width: 166px;
  height: 18px;
}

.brand-ott {
  display: flex;
}

.introduction {
  position: relative;
  margin-top: 30px;
  padding: 36px 0 0 0;
  text-align: center;
  max-width: 473px;
}

.introduction:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-image: linear-gradient(270deg, rgba(249,0,65,0.00) 0%, #F90041 48%, rgba(249,0,65,0.00) 100%);
  width: 100%;
  height: 1px;
}

.introduction span {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -46px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.serieslogo {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

h1 {
  margin: 0;
  padding: 24px 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.sub-text {
  margin: 0;
  padding: 12px 0 0 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
  color: #fff;
}

.row {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
}

.poster {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}

.poster:last-child {
  margin-right: 0;
}

.poster img {
  border: solid 2px #A0A0A0;
}

.poster a {
  line-height: 0;
}


.btn-trailer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 30px;
  padding: 0 24px 0 9px;
  background: #F90041;
  background-image: linear-gradient(180deg, #FE0044 0%, #A71643 100%);
  font-family: "Norwester", sans-serif !important;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  height: 50px;

  box-shadow: 0 0 24px 0 #F90041;
  border-radius: 45px;
}

.ico {
  display: flex;
}

.ico-play {
  margin-right: 12px;
  background: url("../img/icon-play.svg") no-repeat 0 0;
  background-size: 100%;
  width: 36px;
  height: 36px;
}

.quotes {
  display: flex;
  flex-direction: column;
  max-width: 502px;
}

blockquote {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 42px;
}

blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: url("../img/quote.svg") no-repeat 0 0;
  width: 36px;
  height: 28px;
}

blockquote p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}

blockquote .quote-author {
  margin-top: 10px;
  padding: 0 0 0 18px;
  border-left: solid 1px #40404A;
}

blockquote strong {
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}

blockquote span {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #5B5B6A;
}

.show { display: flex; }
.hide { display: none; }


@media (max-width: 1601px) {
  body::before {
    left: inherit;
    right: 0;
  }
}

@media (max-width: 1200px) {
  body::before {
    width: 600px;
  }
}

@media (max-width: 1030px) {
  .container {
    padding-left: 40px;
    width: auto;
  }
}

@media (max-width: 940px) {

  body::before {
    background-size: 110%;
    width: 100%;
    height: 100%;
    opacity: .3;
  }

  .container {
    padding-left: 0;
    align-items: center;
  }

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

}

/* PHONE */
@media (max-width: 640px) {
  
  .row {
    flex-direction: column;
  }

  .poster {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .poster:last-child {
    margin-bottom: 0;
  }

  .container {
    padding: 0 24px 30px 24px;
  }

}

@media (max-width: 340px) {
  
  .brand-ott {
    width: 90%;
  }

  .sub-text {
    font-size: 18px;
    line-height: 24px;
  }

}