@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&subset=latin-ext");
* {
  font-family: 'Raleway', sans-serif; }

body {
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
  opacity: 1;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }

.subscription-template {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 70px 135px; }
  .subscription-template__container {
    max-width: 1920px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .subscription-template .course__logo {
    margin-bottom: 85px; }
  .subscription-template .course__text-block {
    margin-bottom: 65px;
    border-left: 2px solid #670c09;
    padding-left: 20px; }
  .subscription-template .course__title {
    font-size: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px; }
  .subscription-template .course__subtitle {
    font-size: 35px;
    margin-bottom: 25px;
    max-width: 640px;
    font-weight: 300;
    line-height: 41px; }
  .subscription-template .course__description {
    font-size: 15px;
    max-width: 640px;
    font-weight: 500;
    line-height: 18px; }
  .subscription-template .course__button {
    width: 230px;
    height: 55px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.02px;
    background: #cf1813;
    border: none;
    cursor: pointer; }
  .subscription-template .course__form {
    margin-bottom: 100px; }
  .subscription-template .course__form-title {
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    text-align: left;
    letter-spacing: 1.7px;
    margin-bottom: 15px; }
  .subscription-template .course__form-input input {
    width: 100%;
    max-width: 460px;
    height: 55px;
    border: 0.5px solid #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 2.38px;
    background-color: transparent;
    margin-bottom: 15px;
    padding-left: 20px; }
  .subscription-template .course-reasons__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .subscription-template .course-reasons__item {
    width: 100%;
    max-width: 33%;
    flex: 0 0 33%;
    text-align: center;
    padding: 0 15px; }
  .subscription-template .course-reasons__title {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 1.7px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .subscription-template .course-reasons__title::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: white; }
  .subscription-template .course-reasons__description {
    max-width: 384px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 auto; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media all and (max-width: 1200px) {
  .subscription-template {
    padding: 70px 90px; } }
@media all and (max-width: 992px) {
  .subscription-template {
    padding: 70px 70px; }
    .subscription-template .course__logo {
      margin-bottom: 55px; }
    .subscription-template .course__title {
      font-size: 40px;
      margin-bottom: 0; }
    .subscription-template .course__subtitle {
      font-size: 20px;
      margin-bottom: 0; }
    .subscription-template .course__form {
      margin-bottom: 100px; }
    .subscription-template .course-reasons__item {
      max-width: 48%;
      flex: 0 0 48%;
      margin-bottom: 45px; } }
@media all and (max-width: 768px) {
  .subscription-template {
    padding: 70px 30px; }
    .subscription-template .course-reasons__item {
      max-width: 100%;
      flex: 0 0 100%;
      display: block; } }
@media all and (max-width: 640px) {
  .subscription-template .course__title {
    font-size: 30px;
    line-height: 1.2; }
  .subscription-template .course__form {
    margin-bottom: 50px; }
  .subscription-template .course__button {
    width: 100%; } }

/*# sourceMappingURL=course-subscription.css.map */
