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;
  text-decoration: none;
  color: inherit; }

/* 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,
q:before, q:after {
  content: '';
  content: none; }

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

a:hover, a:active {
  text-decoration: none;
  color: inherit; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/OpenSans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }

img {
  width: 100%;
  height: auto; }

body {
  font-family: 'Open Sans', sans-serif; }

header {
  height: 674px;
  width: 100%;
  background: url("../img/bg.jpg") no-repeat center center; }
  header .container {
    padding-left: 0;
    padding-right: 0; }
  header .col-md-3, header .col-md-9 {
    padding-left: 0; }
  header .nav_menu {
    height: 600px;
    width: 308px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; }
    header .nav_menu .logo {
      width: 98px;
      height: 172px;
      margin-top: 26px;
      margin-left: -7px; }
      header .nav_menu .logo img {
        width: 100%;
        height: 100%; }
    header .nav_menu nav {
      padding-top: 45px;
      padding-left: 20px;
      padding-bottom: 34px; }
      header .nav_menu nav li {
        color: #950000;
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
        padding-bottom: 3px; }
        header .nav_menu nav li span {
          color: #444444; }
        header .nav_menu nav li .first_letter {
          font-size: 24px;
          font-weight: 800;
          color: #950000; }
        header .nav_menu nav li:hover {
          font-weight: 800;
          list-style-type: square; }
      header .nav_menu nav .active {
        font-weight: 800;
        list-style-type: square; }
    header .nav_menu .social ul {
      border-top: 1px solid #cdcccb;
      padding-top: 23px;
      padding-right: 28px;
      padding-left: 28px;
      display: flex; }
      header .nav_menu .social ul li {
        width: 36px;
        height: 36px;
        background-color: #161830;
        text-align: center;
        cursor: pointer; }
        header .nav_menu .social ul li a {
          color: #fff;
          line-height: 36px;
          font-size: 18px; }
        header .nav_menu .social ul li:nth-child(2) {
          margin-left: 24px;
          margin-right: 24px; }
        header .nav_menu .social ul li:hover {
          background-color: #950000; }
  header .main_title {
    text-align: center;
    color: #fff;
    margin-left: 85px; }
    header .main_title h1 {
      font-size: 50px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 50px; }
    header .main_title p {
      padding-bottom: 12px;
      margin-top: 20px;
      font-size: 20px;
      line-height: 27px;
      font-weight: 600; }

.about_s {
  margin-top: 222px;
  padding-bottom: 100px;
  padding-top: 102px;
  background-color: #161830;
  position: relative; }
  .about_s .container {
    padding-left: 0;
    padding-right: 0; }
  .about_s .top_img {
    position: absolute;
    top: -151px;
    right: 0; }
  .about_s .video_container {
    position: relative;
    margin-left: -15px; }
    .about_s .video_container .mask {
      position: absolute;
      top: calc(100%/2 - 35px);
      left: calc(100%/2 - 35px);
      font-size: 31px;
      text-align: center;
      line-height: 70px;
      width: 70px;
      height: 70px;
      border: 2px solid #fff;
      box-sizing: border-box;
      border-radius: 50%;
      color: #fff;
      cursor: pointer; }
  .about_s .about_content {
    background-color: #fff;
    padding: 95px 68px 101px; }
    .about_s .about_content p {
      margin-top: 45px;
      margin-bottom: 40px;
      color: #454545;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px; }
    .about_s .about_content a {
      height: 50px;
      width: 200px;
      display: block;
      font-weight: 300;
      font-size: 18px;
      line-height: 28px;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #950000; }
      .about_s .about_content a:hover {
        background-color: #161830; }

.title {
  font-size: 44px;
  font-weight: 700;
  color: #950000;
  position: relative;
  padding-bottom: 30px; }
  .title::after {
    content: "";
    width: 90px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #161830; }

.radio_s {
  background-color: #161830;
  padding-right: 395px;
  padding-bottom: 70px; }
  .radio_s .container {
    padding-left: 0;
    padding-right: 0; }
  .radio_s .radio_container.container-fluid {
    background-color: #fff;
    padding-left: 230px; }
    .radio_s .radio_container.container-fluid .radio_content {
      padding-top: 53px;
      padding-bottom: 56px; }
      .radio_s .radio_container.container-fluid .radio_content p {
        margin-top: 46px;
        margin-bottom: 33px;
        color: #454545;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px; }
      .radio_s .radio_container.container-fluid .radio_content a {
        height: 50px;
        width: 220px;
        display: block;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        background-color: #950000; }
        .radio_s .radio_container.container-fluid .radio_content a:hover {
          background-color: #161830; }
    .radio_s .radio_container.container-fluid .radio_img {
      height: 474px;
      width: 100%;
      margin-left: 44px; }
      .radio_s .radio_container.container-fluid .radio_img img {
        height: 100%; }

.subscribe_s {
  width: 100%;
  display: flex; }
  .subscribe_s .subscr_left {
    width: 51%; }
    .subscribe_s .subscr_left img {
      height: 100%; }
  .subscribe_s .subscr_right {
    width: 49%;
    background: #cdcccb;
    padding-left: 65px; }
    .subscribe_s .subscr_right .radio_content {
      padding-top: 65px; }
      .subscribe_s .subscr_right .radio_content p.subtitle {
        font-size: 18px;
        line-height: 28px;
        color: #454545;
        margin-top: 43px;
        letter-spacing: 0.3px;
        padding-left: 4px; }
      .subscribe_s .subscr_right .radio_content form {
        display: flex;
        align-items: center;
        margin-top: 55px;
        margin-bottom: 9px; }
        .subscribe_s .subscr_right .radio_content form input {
          height: 50px;
          width: 61%;
          border: none;
          font-size: 16px;
          font-weight: 400;
          color: #747474;
          padding-left: 15px; }
        .subscribe_s .subscr_right .radio_content form button {
          height: 50px;
          width: 50px;
          border: none;
          color: #fff;
          background-color: #950000;
          cursor: pointer;
          font-size: 20px;
          line-height: 50px; }
          .subscribe_s .subscr_right .radio_content form button:hover {
            background-color: #161830; }
      .subscribe_s .subscr_right .radio_content p.privacy {
        font-size: 14px;
        line-height: 22px;
        color: #454545;
        font-weight: 600;
        padding-left: 3px; }

.photo_s {
  padding-top: 65px;
  padding-bottom: 36px; }
  .photo_s .container {
    padding-left: 0;
    padding-right: 0; }
  .photo_s .photo_conteiner {
    margin-top: 50px; }
  .photo_s .photo_item {
    position: relative;
    margin-bottom: 30px; }
    .photo_s .photo_item img {
      width: 100%; }
    .photo_s .photo_item .mask {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(22, 24, 48, 0.8);
      display: none;
      justify-content: center;
      align-items: center; }
    .photo_s .photo_item:hover .mask {
      display: flex; }

.footer_nav {
  background-color: #161830; }
  .footer_nav nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 27px;
    padding-top: 27px; }
  .footer_nav nav li {
    color: #950000;
    font-size: 18px;
    font-weight: 700;
    margin-right: -8px;
    margin-left: 5px; }
    .footer_nav nav li span {
      color: #ececec; }
    .footer_nav nav li .first_letter {
      font-size: 24px;
      font-weight: 800;
      color: #950000; }
    .footer_nav nav li:hover {
      font-weight: 800;
      list-style-type: square; }
  .footer_nav nav .active {
    font-weight: 800;
    list-style-type: square; }

footer {
  height: 40px;
  background-color: #191919; }
  footer .copyright {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #c5c5c5;
    letter-spacing: 0.2px; }

@media screen and (max-width: 1470px) {
  .radio_s {
    padding-right: 150px; } }

@media screen and (max-width: 1250px) {
  .radio_s {
    padding-right: 0; }
  .radio_s .radio_container.container-fluid {
    padding-left: 0; } }

@media screen and (max-width: 1000px) {
  .about_s .video_container {
    margin-left: 0;
    margin-bottom: 20px; }
  .subscribe_s {
    flex-direction: column; }
    .subscribe_s .subscr_left, .subscribe_s .subscr_right {
      width: 100%; }
    .subscribe_s p.privacy {
      padding-bottom: 15px; }
  .footer_nav {
    background-color: #161830; }
    .footer_nav nav li {
      margin: 5px; } }

@media screen and (max-width: 768px) {
  header .nav_menu {
    width: 100%; }
  header .main_title {
    margin-left: 0; }
  .radio_s .radio_container.container-fluid .radio_img {
    margin-left: 50%; } }

@media screen and (max-width: 576px) {
  header {
    height: 100%; }
    header .nav_menu {
      height: 510px; }
      header .nav_menu .logo {
        margin-top: 10px; }
      header .nav_menu nav {
        padding-top: 5px;
        padding-bottom: 5px; }
    header .main_title {
      margin-left: 0; }
      header .main_title h1 {
        font-size: 25px; }
      header .main_title p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 5px; }
  .about_s {
    margin-top: 10%; }
    .about_s .top_img {
      top: -40px; }
  .radio_content {
    padding-left: 15px;
    padding-right: 15px; } }
