a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

.container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.inline {
  display: inline-block;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_img {
  height: 54px;
  margin-right: 16px;
}

.logo_name {
  font-family: 'Varela Round', sans-serif;
  font-size: 38px;
}

.poster {
  height: 420px;
  border-radius: 2%;
  margin-bottom: 20px;
}

.title_full {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #212121;
  line-height: 1.2;
}

.title_original {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #757575;
  line-height: 1.2;
  padding-top: 8px;
}

.description {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
  line-height: 1.2;
  padding-top: 16px;
}

.download {
  width: 180px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.btn-primary {
  padding: .5rem 2rem;
  margin-top: 20px;
  color: #fff;
  background-color: #F04E4E;
  border-color: #F04E4E;
}

.btn-primary:hover {
  color: #fff;
  background-color: #E23D3D;
  border-color: #E23D3D;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #E23D3D;
  border-color: #E23D3D;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #F04E4E;
  border-color: #F04E4E;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #E23D3D;
  border-color: #E23D3D;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

@media (max-width: 940px) {
  .poster {
    height: 200px;
	width: 360px;
    border-radius: 2%;
    margin-bottom: 20px;
  }

  .title_full {
    font-size: 28px;
  }

  .title_original {
    font-size: 18px;
  }

  .description {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .poster {
    height: 156px;
	width: 280px;
    border-radius: 2%;
    margin-bottom: 20px;
  }
}